Moved stanza_new function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user