summaryrefslogtreecommitdiff
path: root/misc/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cmdline.h')
-rw-r--r--misc/cmdline.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/cmdline.h b/misc/cmdline.h
new file mode 100644
index 0000000..fe72b28
--- /dev/null
+++ b/misc/cmdline.h
@@ -0,0 +1,6 @@
+boolean cl_init();
+char *cl_option();
+char *cl_noption();
+boolean cl_switch();
+char *cl_nswitch();
+char *cl_arg();