]> git.sur5r.net Git - i3/i3/blob - include/util.h
Move stuff to include/ and src/
[i3/i3] / include / util.h
1 #ifndef _UTIL_H
2 #define _UTIL_H
3
4 void start_application(const char *path, const char *args);
5 void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
6
7 #endif