summaryrefslogtreecommitdiffstats
path: root/include/parseopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parseopt.h')
-rw-r--r--include/parseopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/parseopt.h b/include/parseopt.h
new file mode 100644
index 0000000000..abf3be3f35
--- /dev/null
+++ b/include/parseopt.h
@@ -0,0 +1,2 @@
+void parseopt_b(const char *options, const char *opt, bool *val);
+void parseopt_hu(const char *options, const char *opt, unsigned short *val);