about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-21 02:00:12 +0000
committerJames Booth <boothj5@gmail.com>2016-01-21 02:00:12 +0000
commit37171fe692facfe34cf48ffca443048da9328974 (patch)
treed0c6f9552669c9ee68429095c61462b59757fe59 /src/config/theme.h
parent6b65a9be15bf77ce92ee9892b9e199bebd54dd88 (diff)
downloadprofani-tty-37171fe692facfe34cf48ffca443048da9328974.tar.gz
Show theme colour value
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index 7b86d1a7..3c0f0fa9 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -131,7 +131,8 @@ gboolean theme_load(const char *const theme_name);
 GSList* theme_list(void);
 void theme_close(void);
 int theme_attrs(theme_item_t attrs);
-
+char* theme_get_string(char *str);
+void theme_free_string(char *str);
 theme_item_t theme_main_presence_attrs(const char *const presence);
 theme_item_t theme_roster_unread_presence_attrs(const char *const presence);
 theme_item_t theme_roster_active_presence_attrs(const char *const presence);