Moved stanza_new function

This commit is contained in:
James Booth
2015-06-06 22:41:24 +01:00
parent ddd1bf99a4
commit dab79fabb9
4 changed files with 22 additions and 22 deletions

View File

@@ -38,6 +38,7 @@ typedef struct xmpp_stanza_t {
struct xmpp_stanza_t *parent;
} XMPPStanza;
XMPPStanza* stanza_new(const char *name, const char **attributes);
XMPPStanza* parse_stanza(char *stanza_text);
#endif