From ca0d95e26663e05d702c6f3a5627812dbf0c9f90 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 8 May 2019 07:06:27 -0700 Subject: initial commit --- src/opt.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/opt.h (limited to 'src/opt.h') 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 -- cgit v1.2.3