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 f045f09a..37b49c0b 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -35,6 +35,7 @@
 #endif
 
 void theme_load(const char * const theme_name);
+gboolean theme_change(const char * const theme_name);
 void theme_close(void);
 
 NCURSES_COLOR_T theme_get_bkgnd();