Renamed functions in theme

This commit is contained in:
James Booth
2012-12-08 22:34:16 +00:00
parent 731dabd712
commit 4c243722c6
4 changed files with 6 additions and 6 deletions

View File

@@ -58,9 +58,9 @@
#define COLOUR_TYPING COLOR_PAIR(60)
#define COLOUR_GONE COLOR_PAIR(61)
void theme_load(const char * const theme_name);
void theme_init(const char * const theme_name);
void theme_init_colours(void);
gboolean theme_change(const char * const theme_name);
gboolean theme_load(const char * const theme_name);
void theme_close(void);
#endif