]> git.sur5r.net Git - i3/i3/blobdiff - include/commands_parser.h
Implement a new parser for commands. (+test)
[i3/i3] / include / commands_parser.h
diff --git a/include/commands_parser.h b/include/commands_parser.h
new file mode 100644 (file)
index 0000000..77569ec
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * commands.c: all command functions (see commands_parser.c)
+ *
+ */
+#ifndef _COMMANDS_PARSER_H
+#define _COMMANDS_PARSER_H
+
+char *parse_command(const char *input);
+
+#endif