about summary refs log tree commit diff stats
path: root/src/event/server_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/server_events.h')
-rw-r--r--src/event/server_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/server_events.h b/src/event/server_events.h
index 713e50f5..74016ceb 100644
--- a/src/event/server_events.h
+++ b/src/event/server_events.h
@@ -85,6 +85,7 @@ void sv_ev_muc_occupant_online(const char *const room, const char *const nick, c
 void sv_ev_roster_update(const char *const barejid, const char *const name,
     GSList *groups, const char *const subscription, gboolean pending_out);
 void sv_ev_roster_received(void);
+void sv_ev_connection_features_received(void);
 int sv_ev_certfail(const char *const errormsg, TLSCertificate *cert);
 void sv_ev_lastactivity_response(const char *const from, const int seconds, const char *const msg);
 void sv_ev_bookmark_autojoin(Bookmark *bookmark);