Code

const pointers
[ncmpc.git] / src / colors.h
index a66d693ccd75b3b37e63323c84e7ddf445bea44b..4211630065e6f9dad899690bc26af6f77b3898ad 100644 (file)
 #define COLOR_STATUS_TIME    10
 #define COLOR_STATUS_ALERT   11
 
-short colors_str2color(char *str);
+short colors_str2color(const char *str);
 
-int colors_assign(char *name, char *value);
-int colors_define(char *name, short r, short g, short b);
+int colors_assign(const char *name, const char *value);
+int colors_define(const char *name, short r, short g, short b);
 int colors_start(void);
 int colors_use(WINDOW *w, int id);