about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-02 21:50:39 +0100
committerJames Booth <boothj5@gmail.com>2016-05-02 21:50:39 +0100
commit39fb05577aae81450946aa6fa28c9973e36f3e1a (patch)
tree8f81cdfbbfe343cc18496f47719e9fad0a38d7d4 /src/xmpp/connection.h
parent92780f3e6ef0e8f9904c13f0fa8fa1f78ceafe8b (diff)
downloadprofani-tty-39fb05577aae81450946aa6fa28c9973e36f3e1a.tar.gz
Rename id_handler_add -> iq_id_handler_add
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 9d15bc96..8a66a56b 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -59,6 +59,6 @@ void send_iq_stanza(xmpp_stanza_t *const stanza);
 
 void roster_set_handler(xmpp_stanza_t *const stanza);
 void roster_result_handler(xmpp_stanza_t *const stanza);
-void id_handler_add(const char *const id, ProfIdCallback func, void *userdata);
+void iq_id_handler_add(const char *const id, ProfIdCallback func, void *userdata);
 
 #endif