diff options
author | jozan <jozan@noemail.net> | 2020-11-05 20:16:00 +0000 |
---|---|---|
committer | jozan <jozan@noemail.net> | 2020-11-05 20:16:00 +0000 |
commit | 3c7eee6494a7452272ac1008f0d77c4230763549 (patch) | |
tree | 5225e0e56da6995c5f5ce96e2b94cb6aceb1cf63 /src/c_opts.h | |
parent | Now getting directory files (diff) | |
download | unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.gz unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.bz2 unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.xz unixize-3c7eee6494a7452272ac1008f0d77c4230763549.tar.zst unixize-3c7eee6494a7452272ac1008f0d77c4230763549.zip |
Reading in progress
FossilOrigin-Name: c8e2947b1c632acc386ad416322affb951f4542b866a4b252b4cc5b0f41ee831
Diffstat (limited to '')
-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__ */ |