1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

exports htmlNewParserCtxt() as Michael Day pointed out this is needed to

* HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
  as Michael Day pointed out this is needed to use htmlCtxtRead*()
Daniel
This commit is contained in:
Daniel Veillard
2006-09-21 06:53:59 +00:00
parent 4a9fe385c7
commit 34c647cfae
3 changed files with 10 additions and 2 deletions

View File

@@ -105,6 +105,9 @@ XMLPUBFUN int XMLCALL
XMLPUBFUN void XMLCALL
htmlParseElement(htmlParserCtxtPtr ctxt);
XMLPUBFUN htmlParserCtxtPtr XMLCALL
htmlNewParserCtxt(void);
XMLPUBFUN htmlParserCtxtPtr XMLCALL
htmlCreateMemoryParserCtxt(const char *buffer,
int size);