diff options
Diffstat (limited to 'src/lib/index/include/args.h')
-rw-r--r-- | src/lib/index/include/args.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/index/include/args.h b/src/lib/index/include/args.h new file mode 100644 index 0000000..543aa4b --- /dev/null +++ b/src/lib/index/include/args.h @@ -0,0 +1,9 @@ +#ifndef STASIS_ARGS_H +#define STASIS_ARGS_H + +#include <getopt.h> + +extern struct option long_options[]; +void usage(char *name); + +#endif //STASIS_ARGS_H |