summaryrefslogtreecommitdiff
path: root/lib/argparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/argparse.h')
-rw-r--r--lib/argparse.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/argparse.h b/lib/argparse.h
new file mode 100644
index 0000000..589342d
--- /dev/null
+++ b/lib/argparse.h
@@ -0,0 +1,10 @@
+#ifndef NULLMAILER__ARGPARSE__H
+#define NULLMAILER__ARGPARSE__H
+
+#include "mystring/mystring.h"
+#include "list.h"
+
+typedef list<mystring> arglist;
+unsigned parse_args(arglist&, const mystring& str);
+
+#endif