diff options
Diffstat (limited to 'src/c_opts.h')
-rw-r--r-- | src/c_opts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_opts.h b/src/c_opts.h index 5cbe4c0..b2c76ce 100644 --- a/src/c_opts.h +++ b/src/c_opts.h @@ -51,6 +51,6 @@ #define C_OPTS "ahinpRv" #define C_USAGE_FMT "usage: unixize [-%s] [directory]\n" -void c_get_opts(struct opts_s*, int, const char*[]); +void c_get_opts(struct opts_s*, int, const char*[]); #endif /* ifndef __C_OPTS_H__ */ |