]> git.sur5r.net Git - i3/i3/blob - include/commands_parser.h
Implement a new parser for commands. (+test)
[i3/i3] / include / commands_parser.h
1 /*
2  * vim:ts=4:sw=4:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
6  *
7  * commands.c: all command functions (see commands_parser.c)
8  *
9  */
10 #ifndef _COMMANDS_PARSER_H
11 #define _COMMANDS_PARSER_H
12
13 char *parse_command(const char *input);
14
15 #endif