Moved stanza_to_string

This commit is contained in:
James Booth
2015-06-06 22:44:53 +01:00
parent c1910b052f
commit 4d641963e4
4 changed files with 53 additions and 54 deletions

View File

@@ -40,5 +40,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);
#endif