Cleanups, first strike. Move stuff to separate files, eliminate warnings
This commit is contained in:
8
commands.h
Normal file
8
commands.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
#ifndef _COMMANDS_H
|
||||
#define _COMMANDS_H
|
||||
|
||||
void parse_command(xcb_connection_t *conn, const char *command);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user