Added /theme list command

This commit is contained in:
James Booth
2012-12-09 00:21:33 +00:00
parent 4c243722c6
commit 986967ef89
5 changed files with 49 additions and 1 deletions

View File

@@ -61,6 +61,7 @@
void theme_init(const char * const theme_name);
void theme_init_colours(void);
gboolean theme_load(const char * const theme_name);
GSList* theme_list(void);
void theme_close(void);
#endif