diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-14 12:54:24 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-02-14 12:54:24 -0500 |
commit | 190d3fbe0f99feb8b00cef34d834c4ef5abb5262 (patch) | |
tree | b9dd8520d2e8e3a97ea6267bc06f89b25353d69b /src/lib/index/include/args.h | |
parent | 952de22b54c85aac5eef77d9aafe6587ad555fce (diff) | |
download | stasis-testable-entrypoint.tar.gz |
Add library stasis_index.atestable-entrypoint
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 |