Added room occupants panel

This commit is contained in:
James Booth
2014-10-07 16:37:14 +01:00
parent 0e18b10b8e
commit 0c24b53bfa
5 changed files with 100 additions and 3 deletions

View File

@@ -235,6 +235,8 @@ void (*ui_open_xmlconsole_win)(void);
gboolean (*ui_win_has_unsaved_form)(int num);
void (*ui_muc_roster)(const char * const room);
// console window actions
void (*cons_show)(const char * const msg, ...);
void (*cons_about)(void);