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-10-18 20:22:34 +0100
committerJames Booth <boothj5@gmail.com>2014-10-18 20:22:34 +0100
commitfc049c9eefd740fdc2a9a271150cbcca5d7b2022 (patch)
tree4a559b577322f819ae626aeea966fd778400dbd2 /src/ui/ui.h
parent0cc25e1b763cbf396a0bb397183761fc7399b4fe (diff)
downloadprofani-tty-fc049c9eefd740fdc2a9a271150cbcca5d7b2022.tar.gz
Added /privileges command to set UI option for showing roles/affiliations in rooms
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 4048b3a5..eb610801 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -209,6 +209,7 @@ void (*ui_show_form_field)(ProfWin *window, DataForm *form, char *tag);
 void (*ui_show_form_help)(ProfWin *window, DataForm *form);
 void (*ui_show_form_field_help)(ProfWin *window, DataForm *form, char *tag);
 void (*ui_show_lines)(ProfWin *window, const gchar** lines);
+void (*ui_redraw_all_room_rosters)(void);
 
 // contact status functions
 void (*ui_status_room)(const char * const contact);
@@ -292,6 +293,7 @@ void (*cons_show_received_subs)(void);
 void (*cons_show_sent_subs)(void);
 void (*cons_alert)(void);
 void (*cons_theme_setting)(void);
+void (*cons_privileges_setting)(void);
 void (*cons_beep_setting)(void);
 void (*cons_flash_setting)(void);
 void (*cons_splash_setting)(void);