X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=color.h;h=167c929470827cf5e3e8556b3e052dc6dbf82957;hp=12972b3a2f1b7181305a6f34949a4bcfa08ad1b6;hb=23b121a85984baa9252f4b4c0b8c4f186e394bb7;hpb=ae657a3b13b4ff76187dad39fede40b98d7cb6d7 diff --git a/color.h b/color.h index 12972b3a..167c9294 100644 --- a/color.h +++ b/color.h @@ -7,4 +7,4 @@ /** Switch back to normal colors. */ #define COLOR_RESET "\033[m" -int color_parse(const char *value, char *dst); +void color_parse_or_die(const char *value, char *dst);