]> git.sur5r.net Git - i3/i3/blob - commands.h
Cleanups, first strike. Move stuff to separate files, eliminate warnings
[i3/i3] / commands.h
1 #include <xcb/xcb.h>
2
3 #ifndef _COMMANDS_H
4 #define _COMMANDS_H
5
6 void parse_command(xcb_connection_t *conn, const char *command);
7
8 #endif