From 3790b16299efb29843d4a221c41047d094616b5e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 18 Oct 2014 01:07:25 +0100 Subject: Add output for when both role and affiliation changed at same time --- src/ui/ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/ui.h') 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); -- cgit 1.4.1-2-gfad0