diff options
Diffstat (limited to 'src/config/theme.h')
-rw-r--r-- | src/config/theme.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/theme.h b/src/config/theme.h index 2ddbb17b..59db9f57 100644 --- a/src/config/theme.h +++ b/src/config/theme.h @@ -105,12 +105,12 @@ typedef enum { THEME_MAGENTA_BOLD } theme_item_t; -void theme_init(const char * const theme_name); +void theme_init(const char *const theme_name); void theme_init_colours(void); -gboolean theme_load(const char * const theme_name); +gboolean theme_load(const char *const theme_name); GSList* theme_list(void); void theme_close(void); int theme_attrs(theme_item_t attrs); -theme_item_t theme_main_presence_attrs(const char * const presence); +theme_item_t theme_main_presence_attrs(const char *const presence); #endif |