aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
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