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/cli/stasis_indexer/include/args.h | |
parent | 952de22b54c85aac5eef77d9aafe6587ad555fce (diff) | |
download | stasis-190d3fbe0f99feb8b00cef34d834c4ef5abb5262.tar.gz |
Add library stasis_index.atestable-entrypoint
Diffstat (limited to 'src/cli/stasis_indexer/include/args.h')
-rw-r--r-- | src/cli/stasis_indexer/include/args.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/cli/stasis_indexer/include/args.h b/src/cli/stasis_indexer/include/args.h deleted file mode 100644 index 543aa4b..0000000 --- a/src/cli/stasis_indexer/include/args.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef STASIS_ARGS_H -#define STASIS_ARGS_H - -#include <getopt.h> - -extern struct option long_options[]; -void usage(char *name); - -#endif //STASIS_ARGS_H |