gri3-wm/include/commands.h

9 lines
136 B
C
Raw Normal View History

#include <xcb/xcb.h>
#ifndef _COMMANDS_H
#define _COMMANDS_H
void parse_command(xcb_connection_t *conn, const char *command);
#endif