summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-12-21 00:02:47 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-12-21 21:06:03 +0100
commitb47ebf047e959f43ae34582101a37b26764b9be3 (patch)
tree529e2df1d1fd154aaefa68d1a6c2e562fdb0def1 /include
parentec6633afaebd44f644355609d099477e059c24e6 (diff)
downloadlibxml2-b47ebf047e959f43ae34582101a37b26764b9be3.tar.gz
parser: Deprecate xmlString*DecodeEntities
These are internal functions.
Diffstat (limited to 'include')
-rw-r--r--include/libxml/parserInternals.h2
1 files changed, 2 insertions, 0 deletions
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,