Added stanza_add_child

This commit is contained in:
James Booth
2015-05-15 00:17:06 +01:00
parent debac69cbb
commit f57edf876a
3 changed files with 8 additions and 1 deletions

View File

@@ -17,5 +17,6 @@ typedef struct xmpp_stanza_t {
void stanza_show(XMPPStanza *stanza);
void stanza_show_all(void);
void stanza_add(XMPPStanza *stanza);
void stanza_add_child(XMPPStanza *parent, XMPPStanza *child);
#endif