From b47ebf047e959f43ae34582101a37b26764b9be3 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Wed, 21 Dec 2022 00:02:47 +0100 Subject: parser: Deprecate xmlString*DecodeEntities These are internal functions. --- include/libxml/parserInternals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libxml/parserInternals.h b/include/libxml/parserInternals.h index b6b2313a..55d6527d 100644 --- a/include/libxml/parserInternals.h +++ b/include/libxml/parserInternals.h @@ -523,6 +523,7 @@ XMLPUBFUN void */ #define XML_SUBSTITUTE_BOTH 3 +XML_DEPRECATED XMLPUBFUN xmlChar * xmlStringDecodeEntities (xmlParserCtxtPtr ctxt, const xmlChar *str, @@ -530,6 +531,7 @@ XMLPUBFUN xmlChar * xmlChar end, xmlChar end2, xmlChar end3); +XML_DEPRECATED XMLPUBFUN xmlChar * xmlStringLenDecodeEntities (xmlParserCtxtPtr ctxt, const xmlChar *str, -- cgit v1.2.1