Code

colors: colors_update_pair(), colors_start() and colors_use() return void
[ncmpc.git] / src / colors.h
index 1ccf50d2f9ca1b210256aa0fa8a868b691d380e6..c166c363be4378e7c774eff76cc099a1b50a78a0 100644 (file)
@@ -49,9 +49,12 @@ int colors_str2color(const char *str);
 #ifdef ENABLE_COLORS
 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);
+
+void
+colors_start(void);
 #endif
 
-int colors_use(WINDOW *w, enum color id);
+void
+colors_use(WINDOW *w, enum color id);
 
 #endif /* COLORS_H */