summaryrefslogtreecommitdiffstats
path: root/usage.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-09-15 23:40:37 +0200
committerpgen <p.gen.progs@gmail.com>2019-10-01 00:32:56 +0200
commit24037bdfe6aaf3ba6fa3453869466b6fd7b2579d (patch)
tree5fc9a1e3eb2d9998d64cfc7b6f0d63e2042ed695 /usage.h
parenta2adfc0f3c304aec4a573478838ea769c3f590a8 (diff)
Use ctxopt.[ch] for options management
The old getopt, derived from egetopt, was too restrictive, so I developed ctxopt to better manage smenu options.
Diffstat (limited to 'usage.h')
-rw-r--r--usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usage.h b/usage.h
index e011fd2..17a3eb6 100644
--- a/usage.h
+++ b/usage.h
@@ -7,9 +7,9 @@
#define USAGE_H
void
-short_usage(int must_exit);
+main_usage(void);
void
-usage(void);
+da_ctx_usage(void);
#endif