]> git.sur5r.net Git - i3/i3/blobdiff - include/util.h
Add vim hints, copyright notice to each file, add LICENSE, retab! everything
[i3/i3] / include / util.h
index 9eb2a447c63026b7ae8c0638d388c3480e81c7aa..479e0cedd2deea67bd3cf59f385c8db31b789b0c 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * vim:ts=8:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ *
+ * (c) 2009 Michael Stapelberg and contributors
+ *
+ * See file LICENSE for license information.
+ *
+ */
 #ifndef _UTIL_H
 #define _UTIL_H
 
-void start_application(const char *path, const char *args);
+void start_application(const char *command);
 void check_error(xcb_connection_t *connection, xcb_void_cookie_t cookie, char *err_message);
 
 #endif