Move stuff to include/ and src/

This commit is contained in:
Michael Stapelberg
2009-02-13 19:09:25 +01:00
parent 7c0317c8a3
commit 82dd64ff24
21 changed files with 15 additions and 13 deletions

7
include/util.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef _UTIL_H
#define _UTIL_H
void start_application(const char *path, const char *args);
void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
#endif