about summary refs log tree commit diff stats
path: root/src/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme.h')
-rw-r--r--src/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theme.h b/src/theme.h
index 8de1ace1..01bb5014 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -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