aboutsummaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt.h')
-rw-r--r--src/opt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opt.h b/src/opt.h
index 10bc4c9..f751232 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -2,13 +2,13 @@
#define EVERY_OPT_H
enum every_opt_outputmode {
- EVERY_OPT_PRINTMODE_CONSOLE = 0,
- EVERY_OPT_PRINTMODE_SCRIPT = 1,
+ EVERY_OPT_OUTPUTMODE_CONSOLE = 0,
+ EVERY_OPT_OUTPUTMODE_SCRIPT = 1,
};
void opt_parse(int argc, char **argv);
-const char* opt_confpath_str(void);
+char* opt_calpath(void);
enum every_opt_outputmode opt_outputmode(void);
#endif