manual: Mention that clang is also a supported compiler.
[paraslash.git] / color.h
diff --git a/color.h b/color.h
index 10b4c28a41f64bfa64813eb666beb1fc0c004315..167c929470827cf5e3e8556b3e052dc6dbf82957 100644 (file)
--- a/color.h
+++ b/color.h
@@ -4,6 +4,7 @@
 /** "\033[1;38;5;2xx;48;5;2xxm\0" is 23 bytes */
 #define COLOR_MAXLEN 24
 
+/** 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);