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-09-07 00:22:11 +0100
committerJames Booth <boothj5@gmail.com>2014-09-07 00:22:11 +0100
commit47d1b1ea21eb5d069aab082940ca1398cab2e68f (patch)
treeee3f5e6de52dd4ee67fda5c5b2b4f98abf4b124e /src/ui/ui.h
parent055ba3c4b2ab65d30b72f052a8fa6c73d2073a40 (diff)
downloadprofani-tty-47d1b1ea21eb5d069aab082940ca1398cab2e68f.tar.gz
Moved room config UI code to ui/core.c
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 7e8967c0..cb1a92ee 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -160,6 +160,7 @@ void (*ui_handle_recipient_error)(const char * const recipient, const char * con
 void (*ui_handle_error)(const char * const err_msg);
 void (*ui_clear_win_title)(void);
 void (*ui_handle_room_join_error)(const char * const room, const char * const err);
+void (*ui_handle_room_configuration)(const char * const room, DataForm *form);
 
 // contact status functions
 void (*ui_status_room)(const char * const contact);