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,6 +35,6 @@
#ifndef XMPP_MESSAGE_H
#define XMPP_MESSAGE_H
void message_add_handlers(void);
void message_handlers_init(void);
#endif