aboutsummaryrefslogtreecommitdiff
path: root/include/cla_parse.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/cla_parse.hh')
-rw-r--r--include/cla_parse.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cla_parse.hh b/include/cla_parse.hh
new file mode 100644
index 0000000..893c887
--- /dev/null
+++ b/include/cla_parse.hh
@@ -0,0 +1,4 @@
+#ifndef CLA_PARSE
+#define CLA_PARSE
+void cla_parse(int argc, char** argv);
+#endif