]> git.sur5r.net Git - i3/i3/blobdiff - include/cmdparse.h
Remove redundant NULL check
[i3/i3] / include / cmdparse.h
index 09d56bae7e338c5027a983c23b1e64010b1e530f..a2cbb17eafc54686664611b68f2f6556f4c76d1f 100644 (file)
@@ -1,6 +1,14 @@
-#ifndef _CMDPARSE_H
-#define _CMDPARSE_H
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ * cmdparse.y: the parser for commands you send to i3 (or bind on keys)
+ *
+ */
+#pragma once
 
-char *parse_cmd(const char *new);
+#include <config.h>
 
-#endif
+char *parse_cmd(const char *new);