]> git.sur5r.net Git - i3/i3/blobdiff - libi3/is_debug_build.c
Enforce strict prototypes
[i3/i3] / libi3 / is_debug_build.c
index 3173c122cd95c8af355b127a006edfce5ccb85b4..52187bdaecae374fac59618d188b61c7f2b26301 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * vim:ts=4:sw=4:expandtab
+ *
+ * i3 - an improved dynamic tiling window manager
+ * © 2009 Michael Stapelberg and contributors (see also: LICENSE)
+ *
+ */
+#include "libi3.h"
+
 #include <string.h>
 #include <stdbool.h>
 
@@ -6,7 +15,7 @@
  * release version), based on the git version number.
  *
  */
-bool is_debug_build() {
+bool is_debug_build(void) {
     /* i3_version contains either something like this:
      *     "4.0.2 (2011-11-11, branch "release")".
      * or: "4.0.2-123-gCOFFEEBABE (2011-11-11, branch "next")".