summaryrefslogtreecommitdiffstats
path: root/ctxopt.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-10-03 00:12:27 +0200
committerpgen <p.gen.progs@gmail.com>2019-10-05 18:27:26 +0200
commit0f41afe27e8009efcd31597f8828df6ae9ac75e0 (patch)
tree01ad1997033027c1638d1f106d77fd7bc39a967b /ctxopt.h
parent24037bdfe6aaf3ba6fa3453869466b6fd7b2579d (diff)
Add long options in the manual + work on contexts
Diffstat (limited to 'ctxopt.h')
-rw-r--r--ctxopt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctxopt.h b/ctxopt.h
index 7233731..0ca1758 100644
--- a/ctxopt.h
+++ b/ctxopt.h
@@ -1,6 +1,3 @@
-/* This file was automatically generated. Do not edit! */
-/* This file was automatically generated. Do not edit! */
-
typedef enum
{
parameters,
@@ -50,6 +47,9 @@ void
ctxopt_new_ctx(char * name, char * opts_specs);
void
+ctxopt_ctx_disp_usage(char * ctx_name, usage_behaviour action);
+
+void
ctxopt_disp_usage(usage_behaviour action);
void