about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-11-17 21:10:08 +0000
committerJames Booth <boothj5@gmail.com>2014-11-17 21:10:08 +0000
commit1d5ac1b4742bbd782a43da02a01f7e50476022b4 (patch)
treecd179cf541601d7b83dc8237968ecf32513caa16 /src/ui/ui.h
parent74d99375730f3be30ed8070c84148c6c1902ad7c (diff)
downloadprofani-tty-1d5ac1b4742bbd782a43da02a01f7e50476022b4.tar.gz
Added /theme colours command
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 3f8ed7ca..2b74f38c 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -325,6 +325,7 @@ void (*cons_priority_setting)(void);
 void (*cons_autoconnect_setting)(void);
 void (*cons_show_contact_online)(PContact contact, Resource *resource, GDateTime *last_activity);
 void (*cons_show_contact_offline)(PContact contact, char *resource, char *status);
+void (*cons_theme_colours)(void);
 
 // desktop notifier actions
 void (*notifier_uninit)(void);