about summary refs log tree commit diff stats
path: root/src/xmpp/iq.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-02 22:34:26 +0100
committerJames Booth <boothj5@gmail.com>2016-05-02 22:34:43 +0100
commitaabe3afff88a71c295386a22315c183aba894ac9 (patch)
tree5f885e16266642aa7e8a7111fbf3684ccd392a01 /src/xmpp/iq.h
parent39fb05577aae81450946aa6fa28c9973e36f3e1a (diff)
downloadprofani-tty-aabe3afff88a71c295386a22315c183aba894ac9.tar.gz
Rename stanza handler init functions
Diffstat (limited to 'src/xmpp/iq.h')
-rw-r--r--src/xmpp/iq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/iq.h b/src/xmpp/iq.h
index 36583a28..5f72eac8 100644
--- a/src/xmpp/iq.h
+++ b/src/xmpp/iq.h
@@ -35,7 +35,7 @@
 #ifndef XMPP_IQ_H
 #define XMPP_IQ_H
 
-void iq_add_handlers(void);
+void iq_handlers_init(void);
 void iq_roster_request(void);
 
 #endif