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-10 23:23:02 +0000
committerJames Booth <boothj5@gmail.com>2014-11-10 23:23:02 +0000
commit497b07c1c3563efdfc147b22bd8afd094caf619a (patch)
tree9dd060a249b450e24cbd2602301cecd4f75cb27e /src/ui/ui.h
parent5d59d17642848ddd8b969cb59b120a65b9d98241 (diff)
downloadprofani-tty-497b07c1c3563efdfc147b22bd8afd094caf619a.tar.gz
Added /roster show|hide command, only show roster on connect success
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 74171235..e1f48fbd 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -175,6 +175,8 @@ void (*ui_room_member_presence)(const char * const room,
     const char * const nick, const char * const show, const char * const status);
 void (*ui_room_show_occupants)(const char * const room);
 void (*ui_room_hide_occupants)(const char * const room);
+void (*ui_show_roster)(void);
+void (*ui_hide_roster)(void);
 void (*ui_roster_add)(const char * const barejid, const char * const name);
 void (*ui_roster_remove)(const char * const barejid);
 void (*ui_contact_already_in_group)(const char * const contact, const char * const group);
@@ -298,6 +300,7 @@ void (*cons_flash_setting)(void);
 void (*cons_splash_setting)(void);
 void (*cons_vercheck_setting)(void);
 void (*cons_occupants_setting)(void);
+void (*cons_roster_setting)(void);
 void (*cons_presence_setting)(void);
 void (*cons_wrap_setting)(void);
 void (*cons_mouse_setting)(void);