aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2019-06-04 17:52:21 -0700
committerkatherine <ageha@airen-no-jikken.icu>2019-06-04 17:52:21 -0700
commit01209d714d3720cd4aa18edac10a549177c81b1e (patch)
tree756e2609e85c0fcea9a5bb9af71cf735965ea905 /src/opt.h
parent233bac703ee5849cb18d02330ccb97038ffc6439 (diff)
downloadconfconf-01209d714d3720cd4aa18edac10a549177c81b1e.tar.gz
add name-suffix and uthash-header options
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opt.h b/src/opt.h
index ec328e6..a944929 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -5,5 +5,7 @@ void opt_parse(int argc, char **argv);
const char* opt_infile_str(void);
const char* opt_outfile_str(void);
+const char* opt_header_str(void);
+const char* opt_suffix_str(void);
#endif