diff options
Diffstat (limited to 'src/opt.h')
-rw-r--r-- | src/opt.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |