Tidy xmpp headers

This commit is contained in:
James Booth
2016-05-04 01:19:51 +01:00
parent 2e1eb9210a
commit ccabc08fef
22 changed files with 86 additions and 142 deletions

View File

@@ -35,7 +35,8 @@
#ifndef XMPP_ROSTER_H
#define XMPP_ROSTER_H
void roster_add_handlers(void);
void roster_request(void);
void roster_set_handler(xmpp_stanza_t *const stanza);
void roster_result_handler(xmpp_stanza_t *const stanza);
#endif