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

parser: Deprecate xmlClearParserCtxt

This commit is contained in:
Nick Wellnhofer
2025-04-30 00:54:00 +02:00
parent 76531ceebd
commit 1eca6e3476
4 changed files with 7 additions and 7 deletions

View File

@@ -1281,6 +1281,7 @@ XMLPUBFUN xmlParserCtxtPtr
void *userData);
XMLPUBFUN int
xmlInitParserCtxt (xmlParserCtxtPtr ctxt);
XML_DEPRECATED
XMLPUBFUN void
xmlClearParserCtxt (xmlParserCtxtPtr ctxt);
XMLPUBFUN void