xref: /aosp_15_r20/external/libxml2/include/private/html.h (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1 #ifndef XML_HTML_H_PRIVATE__
2 #define XML_HTML_H_PRIVATE__
3 
4 #include <libxml/xmlversion.h>
5 
6 #ifdef LIBXML_HTML_ENABLED
7 
8 XML_HIDDEN xmlNodePtr
9 htmlCtxtParseContentInternal(xmlParserCtxtPtr ctxt, xmlParserInputPtr input);
10 
11 #endif /* LIBXML_HTML_ENABLED */
12 
13 #endif /* XML_HTML_H_PRIVATE__ */
14 
15