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:
@@ -4261,10 +4261,10 @@ htmlFreeParserCtxt(htmlParserCtxtPtr ctxt)
|
||||
*
|
||||
* Allocate and initialize a new parser context.
|
||||
*
|
||||
* Returns the xmlParserCtxtPtr or NULL
|
||||
* Returns the htmlParserCtxtPtr or NULL in case of allocation error
|
||||
*/
|
||||
|
||||
static htmlParserCtxtPtr
|
||||
htmlParserCtxtPtr
|
||||
htmlNewParserCtxt(void)
|
||||
{
|
||||
xmlParserCtxtPtr ctxt;
|
||||
|
Reference in New Issue
Block a user