aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-08 07:06:27 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-08 07:06:27 -0700
commitca0d95e26663e05d702c6f3a5627812dbf0c9f90 (patch)
tree3ed14314639ffa1421877c766ddc2c3d72fe9df9 /src/opt.h
downloadconfconf-ca0d95e26663e05d702c6f3a5627812dbf0c9f90.tar.gz
initial commit
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