aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/opt.h b/src/opt.h
new file mode 100644
index 0000000..ec328e6
--- /dev/null
+++ b/src/opt.h
@@ -0,0 +1,9 @@
+#ifndef CONFCONF_OPT_H
+#define CONFCONF_OPT_H
+
+void opt_parse(int argc, char **argv);
+
+const char* opt_infile_str(void);
+const char* opt_outfile_str(void);
+
+#endif