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 01:07:25 +0100
committerJames Booth <boothj5@gmail.com>2014-10-18 01:07:25 +0100
commit3790b16299efb29843d4a221c41047d094616b5e (patch)
tree3cbc4de1f087cb895f82bf3fbe96836bc0093bc7 /src/ui/ui.h
parent9134a65e973c97231fe9d5b80e92ed90f980f1cb (diff)
downloadprofani-tty-3790b16299efb29843d4a221c41047d094616b5e.tar.gz
Add output for when both role and affiliation changed at same time
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 46582549..ed0f5764 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -133,6 +133,8 @@ void (*ui_room_join)(const char * const room, gboolean focus);
 void (*ui_switch_to_room)(const char * const room);
 void (*ui_room_role_change)(const char * const room, const char * const role);
 void (*ui_room_affiliation_change)(const char * const room, const char * const affiliation);
+void (*ui_room_role_and_affiliation_change)(const char * const room, const char * const role,
+    const char * const affiliation);
 void (*ui_room_roster)(const char * const room, GList *roster, const char * const presence);
 void (*ui_room_history)(const char * const room_jid, const char * const nick,
     GTimeVal tv_stamp, const char * const message);