1 #ifndef __mcscolor_h__ 2 #define __mcscolor_h__ 3 4 extern void finish_context_colors(void); 5 extern int init_colors(void); 6 extern int raw_color(const char *raw, char **color_str); 7 8 #endif 9
1 #ifndef __mcscolor_h__ 2 #define __mcscolor_h__ 3 4 extern void finish_context_colors(void); 5 extern int init_colors(void); 6 extern int raw_color(const char *raw, char **color_str); 7 8 #endif 9