mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
legacy: Remove most legacy functions from public headers
Also remove warning messages.
This commit is contained in:
@@ -1255,6 +1255,7 @@ XMLPUBFUN xmlParserCtxtPtr
|
||||
xmlCreateDocParserCtxt (const xmlChar *cur);
|
||||
|
||||
#ifdef LIBXML_LEGACY_ENABLED
|
||||
/** DOC_DISABLE */
|
||||
/*
|
||||
* Reading/setting optional parsing features.
|
||||
*/
|
||||
@@ -1272,6 +1273,7 @@ XMLPUBFUN int
|
||||
xmlSetFeature (xmlParserCtxtPtr ctxt,
|
||||
const char *name,
|
||||
void *value);
|
||||
/** DOC_ENABLE */
|
||||
#endif /* LIBXML_LEGACY_ENABLED */
|
||||
|
||||
#ifdef LIBXML_PUSH_ENABLED
|
||||
|
Reference in New Issue
Block a user