aboutsummaryrefslogtreecommitdiff
path: root/src/io/cli.h
diff options
context:
space:
mode:
authorJ08nY2017-05-20 22:03:43 +0200
committerJ08nY2017-05-20 22:03:43 +0200
commitfd170a41d12db27e722f39832d4689eed3ad14b2 (patch)
tree98915a6436b1dfb564f2b402cada8bfcde165709 /src/io/cli.h
parent132a768b5718cef1ff621380f2dcf21cd0553404 (diff)
downloadecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.tar.gz
ecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.tar.zst
ecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.zip
Add notice about not finished/implemented parts to README
- Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c
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);