about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-16 23:37:07 +0000
committerJames Booth <boothj5@gmail.com>2014-11-16 23:37:07 +0000
commit74d99375730f3be30ed8070c84148c6c1902ad7c (patch)
tree8223f9cd974304075c426e6485634167056f5bce /src/config/theme.h
parentb60a5b08c0835cd4035fcc3d909e4d65b4d424b7 (diff)
downloadprofani-tty-74d99375730f3be30ed8070c84148c6c1902ad7c.tar.gz
Changed type to enum for presence colour attributes
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index ebd963b1..23abab63 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -99,5 +99,6 @@ 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);
 
 #endif