updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / include / libxml / HTMLparser.h
index c6d8899..1c90c0b 100644 (file)
@@ -90,6 +90,9 @@ const htmlEntityDesc *        htmlParseEntityRef(htmlParserCtxtPtr ctxt,
 int                    htmlParseCharRef(htmlParserCtxtPtr ctxt);
 void                   htmlParseElement(htmlParserCtxtPtr ctxt);
 
+htmlParserCtxtPtr      htmlCreateMemoryParserCtxt(const char *buffer,
+                                                  int size);
+
 int                    htmlParseDocument(htmlParserCtxtPtr ctxt);
 htmlDocPtr             htmlSAXParseDoc (xmlChar *cur,
                                         const char *encoding,