]> git.sur5r.net Git - i3/i3/blob - include/util.h
Add vim hints, copyright notice to each file, add LICENSE, retab! everything
[i3/i3] / include / util.h
1 /*
2  * vim:ts=8:expandtab
3  *
4  * i3 - an improved dynamic tiling window manager
5  *
6  * (c) 2009 Michael Stapelberg and contributors
7  *
8  * See file LICENSE for license information.
9  *
10  */
11 #ifndef _UTIL_H
12 #define _UTIL_H
13
14 void start_application(const char *command);
15 void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
16
17 #endif