Moved stanza_add_child

This commit is contained in:
James Booth
2015-06-06 22:46:56 +01:00
parent 4d641963e4
commit df6556fe14
4 changed files with 7 additions and 7 deletions

View File

@@ -41,5 +41,6 @@ typedef struct xmpp_stanza_t {
XMPPStanza* stanza_new(const char *name, const char **attributes);
XMPPStanza* parse_stanza(char *stanza_text);
char* stanza_to_string(XMPPStanza *stanza);
void stanza_add_child(XMPPStanza *parent, XMPPStanza *child);
#endif