summaryrefslogtreecommitdiffstats
path: root/cmd_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_parse.h')
-rw-r--r--cmd_parse.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd_parse.h b/cmd_parse.h
new file mode 100644
index 0000000..88a02e8
--- /dev/null
+++ b/cmd_parse.h
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <stdint.h>
+#include <string.h>
+
+#include "cmd.h"
+
+int parse_cmd( cmd_tok_t *tl, const char *str ); \ No newline at end of file