aboutsummaryrefslogtreecommitdiff
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cmdline.h b/cmdline.h
new file mode 100644
index 0000000..9aa66c3
--- /dev/null
+++ b/cmdline.h
@@ -0,0 +1,16 @@
+/*
+
+ (C) 2014 Mika Ilmaranta <ilmis@nullnet.fi>
+
+ License: GPLv2
+
+*/
+
+#ifndef __CMDLINE_H__
+#define __CMDLINE_H__
+
+void cmdline_parse(int argc, char *argv[]);
+
+#endif
+
+/* EOF */