1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Move some HTML functions to correct header file

This commit is contained in:
Nick Wellnhofer
2022-08-24 16:35:58 +02:00
parent ca3807d946
commit 34a050cdee
11 changed files with 127 additions and 124 deletions

View File

@@ -83,6 +83,9 @@ struct _htmlEntityDesc {
/*
* There is only few public functions.
*/
XML_DEPRECATED
XMLPUBFUN void XMLCALL
htmlInitAutoClose (void);
XMLPUBFUN const htmlElemDesc * XMLCALL
htmlTagLookup (const xmlChar *tag);
XMLPUBFUN const htmlEntityDesc * XMLCALL
@@ -125,6 +128,9 @@ XMLPUBFUN htmlDocPtr XMLCALL
XMLPUBFUN htmlDocPtr XMLCALL
htmlParseDoc (const xmlChar *cur,
const char *encoding);
XMLPUBFUN htmlParserCtxtPtr XMLCALL
htmlCreateFileParserCtxt(const char *filename,
const char *encoding);
XMLPUBFUN htmlDocPtr XMLCALL
htmlSAXParseFile(const char *filename,
const char *encoding,