X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libi3%2Fis_debug_build.c;h=52187bdaecae374fac59618d188b61c7f2b26301;hb=66d504f3cda8fce9dc420ca4ec704910594d5b37;hp=3173c122cd95c8af355b127a006edfce5ccb85b4;hpb=eeb6ff92374d7e40d51d35292cd48e378295dd6b;p=i3%2Fi3 diff --git a/libi3/is_debug_build.c b/libi3/is_debug_build.c index 3173c122..52187bda 100644 --- a/libi3/is_debug_build.c +++ b/libi3/is_debug_build.c @@ -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 #include @@ -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")".