about summary refs log tree commit diff stats
path: root/src/xmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp.h')
-rw-r--r--src/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp.h b/src/xmpp.h
index 7513608e..d1f88055 100644
--- a/src/xmpp.h
+++ b/src/xmpp.h
@@ -169,7 +169,7 @@ void jabber_conn_set_status(const char * const message);
 char* jabber_get_account_name(void);
 
 // iq functions
-void iq_add_handlers(xmpp_conn_t * const conn, xmpp_ctx_t * const ctx);
+void iq_add_handlers(void);
 
 // presence functions
 void presence_init(void);