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

@@ -62,12 +62,6 @@ stanza_add(XMPPStanza *stanza)
pthread_mutex_unlock(&stanzas_lock);
}
void
stanza_add_child(XMPPStanza *parent, XMPPStanza *child)
{
parent->children = g_list_append(parent->children, child);
}
XMPPStanza*
stanza_get_child_by_ns(XMPPStanza *stanza, char *ns)
{