about summary refs log tree commit diff stats
path: root/src/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 23:54:49 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 23:54:49 +0000
commita30474f9fcbc639505b21339f112572cac466eb4 (patch)
tree180dca201de697e6cace730a16338ab59eae31b4 /src/xmpp.h
parentbfe1d76e5fcc29bb9c2c13935e4dbb5ecf0731ff (diff)
downloadprofani-tty-a30474f9fcbc639505b21339f112572cac466eb4.tar.gz
Changed adding iq handlers to take no args
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);