summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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,