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

fixing #79334 making htmlParseDocument a public entry point. rebuilt the

* HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
  include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
  a public entry point.
* doc/*: rebuilt the API and docs
Daniel
This commit is contained in:
Daniel Veillard
2002-05-27 14:44:50 +00:00
parent ed23b7dc73
commit 1b31e4a0b2
11 changed files with 156 additions and 4 deletions

View File

@ -3578,7 +3578,7 @@ htmlParseElement(htmlParserCtxtPtr ctxt) {
* as a result of the parsing.
*/
static int
int
htmlParseDocument(htmlParserCtxtPtr ctxt) {
xmlDtdPtr dtd;