Renamed parse_stanza -> stanza_parse

This commit is contained in:
James Booth
2015-06-06 23:06:00 +01:00
parent 2d83c6f732
commit b1a9f6470b
4 changed files with 5 additions and 5 deletions

View File

@@ -325,7 +325,7 @@ handle_data(void *data, const char *content, int length)
}
XMPPStanza *
parse_stanza(char *stanza_text)
stanza_parse(char *stanza_text)
{
ParseState *state = malloc(sizeof(ParseState));
state->depth = 0;