about summary refs log tree commit diff stats
path: root/src/server_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_events.h')
-rw-r--r--src/server_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_events.h b/src/server_events.h
index 403c5bb5..b03e11be 100644
--- a/src/server_events.h
+++ b/src/server_events.h
@@ -58,7 +58,7 @@ void handle_room_message(const char * const room_jid, const char * const nick,
     const char * const message);
 void handle_room_join_error(const char * const room, const char * const err);
 void handle_room_info_error(const char * const room, const char * const error);
-void handle_room_disco_info(const char * const room, GSList *identities, GSList *features);
+void handle_room_disco_info(const char * const room, GSList *identities, GSList *features, gboolean display);
 void handle_room_affiliation_list_result_error(const char * const room, const char * const affiliation,
     const char * const error);
 void handle_room_affiliation_list(const char * const room, const char * const affiliation, GSList *jids);