X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Flibi3.h;h=790baba98578d3903ee651cba6e4b47fb8eb7456;hp=d27437ba25ae23a1c4d6af459e603d8f4d626d81;hb=HEAD;hpb=b8b5a61a2d4f09520218a4979543cba5f9ead3f7 diff --git a/include/libi3.h b/include/libi3.h index d27437ba..790baba9 100644 --- a/include/libi3.h +++ b/include/libi3.h @@ -343,7 +343,7 @@ uint32_t get_colorpixel(const char *hex) __attribute__((const)); #if defined(__APPLE__) -/* +/** * Taken from FreeBSD * Returns a pointer to a new string which is a duplicate of the * string, but only copies at most n characters. @@ -472,7 +472,7 @@ xcb_visualtype_t *get_visualtype(xcb_screen_t *screen); * release version), based on the git version number. * */ -bool is_debug_build() __attribute__((const)); +bool is_debug_build(void) __attribute__((const)); /** * Returns the name of a temporary file with the specified prefix.