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 00:31:11 +0000
committerJames Booth <boothj5@gmail.com>2014-11-10 00:31:11 +0000
commit36331e490829518974b58ead719588d9fefc9fee (patch)
treee22b355d081ee3b2dad4ea81c71d7b90f9fc745b /src/ui/ui.h
parenteed8f6c76d1b7992c10ea7db380e1de5ff7e06ec (diff)
downloadprofani-tty-36331e490829518974b58ead719588d9fefc9fee.tar.gz
Added simple roster
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 4c5c7013..a2e7e67b 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -246,6 +246,7 @@ void (*ui_open_xmlconsole_win)(void);
 gboolean (*ui_win_has_unsaved_form)(int num);
 
 void (*ui_muc_roster)(const char * const room);
+void (*ui_roster)(void);
 
 // console window actions
 void (*cons_show)(const char * const msg, ...);