about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jabber.h b/src/jabber.h
index 2601e018..22538fd1 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -84,7 +84,6 @@ void jabber_free_resources(void);
 void jabber_restart(void);
 void jabber_set_autoping(int seconds);
 
-int iq_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
-    void * const userdata);
+void iq_add_handlers(xmpp_conn_t * const conn, xmpp_ctx_t * const ctx);
 
 #endif