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-19 23:58:55 +0000
committerJames Booth <boothj5@gmail.com>2014-11-19 23:58:55 +0000
commit20fa96325d9b0618646d5fb94f98d2ffde66a0d8 (patch)
tree450dd9d28297fc64977eb6fa94500aebd24a4132 /src/ui/ui.h
parent1a896d7b530874e808d46794e2cf56ea30204082 (diff)
downloadprofani-tty-20fa96325d9b0618646d5fb94f98d2ffde66a0d8.tar.gz
Added [ui] preferences to themes
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 7eebac24..265806a7 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -209,6 +209,8 @@ 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);
+void (*ui_show_all_room_rosters)(void);
+void (*ui_hide_all_room_rosters)(void);
 
 // contact status functions
 void (*ui_status_room)(const char * const contact);