diff libpurple/protocols/jabber/parser.h @ 26986:42bff519973b

disapproval of revision 'd34a15898cacf017df9190ca02741880be8dd940' xmlParseChunk is not reentrant. This /just happened/ to work for '<proceed/>' but not '<proceed></proceed>'. Closes #9271.
author Paul Aurich <paul@darkrain42.org>
date Sat, 30 May 2009 00:21:37 +0000
parents 90d5e3b94a37
children 01f1929d0936
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.h	Sun Apr 26 00:22:21 2009 +0000
+++ b/libpurple/protocols/jabber/parser.h	Sat May 30 00:21:37 2009 +0000
@@ -25,7 +25,6 @@
 #include "jabber.h"
 
 void jabber_parser_setup(JabberStream *js);
-void jabber_parser_close_stream(JabberStream *js);
 void jabber_parser_free(JabberStream *js);
 void jabber_parser_process(JabberStream *js, const char *buf, int len);