aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/cli.h')
-rw-r--r--src/io/cli.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/cli.h b/src/io/cli.h
index c670328..3ae314e 100644
--- a/src/io/cli.h
+++ b/src/io/cli.h
@@ -12,9 +12,9 @@
#include <stdbool.h>
#include <stdlib.h>
-extern char doc[];
-extern char args_doc[];
-extern struct argp_option options[];
+extern char cli_doc[];
+extern char cli_args_doc[];
+extern struct argp_option cli_options[];
error_t cli_parse(int key, char *arg, struct argp_state *state);