aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/args.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-18 09:27:35 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-11-18 09:27:35 -0500
commita9d975389aaf5d79d738517b98161e375e757cba (patch)
tree634a4c1a4ddc9fe6b1a7748c980cbc48f58d624a /src/cli/stasis_indexer/args.h
parentf2cc2cee71c6d2fb0cdd5b7736e86efa4f999c0a (diff)
downloadstasis-a9d975389aaf5d79d738517b98161e375e757cba.tar.gz
Break down indexer into independent source files
* Generate test result output * Add helper function to manage changing file extensions
Diffstat (limited to 'src/cli/stasis_indexer/args.h')
-rw-r--r--src/cli/stasis_indexer/args.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cli/stasis_indexer/args.h b/src/cli/stasis_indexer/args.h
new file mode 100644
index 0000000..543aa4b
--- /dev/null
+++ b/src/cli/stasis_indexer/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