From 01209d714d3720cd4aa18edac10a549177c81b1e Mon Sep 17 00:00:00 2001 From: katherine Date: Tue, 4 Jun 2019 17:52:21 -0700 Subject: add name-suffix and uthash-header options --- src/opt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/opt.h') 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 -- cgit v1.2.3