diff options
Diffstat (limited to 'src/c_opts.h')
-rw-r--r-- | src/c_opts.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/c_opts.h b/src/c_opts.h index b2c76ce..b7d734f 100644 --- a/src/c_opts.h +++ b/src/c_opts.h @@ -48,9 +48,10 @@ #include "c_unixize.h" -#define C_OPTS "ahinpRv" -#define C_USAGE_FMT "usage: unixize [-%s] [directory]\n" +#define C_OPTS "ahinpRv" +#define C_RECURSIVE_CHAR 'r' +#define C_USAGE_FMT "usage: unixize [-%s] [directory]\n" -void c_get_opts(struct opts_s*, int, const char*[]); +bool_t c_get_opts(struct opts_s*, int, const char*[]); #endif /* ifndef __C_OPTS_H__ */ |