Rename stanza handler init functions

This commit is contained in:
James Booth
2016-05-02 22:34:26 +01:00
parent 39fb05577a
commit aabe3afff8
7 changed files with 9 additions and 9 deletions

View File

@@ -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