summaryrefslogtreecommitdiff
path: root/include/private/parser.h
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 17:51:29 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 17:51:29 +0200
commitfc69cf568b247a76fe5498966024bfb84b0c974d (patch)
treeea9ce6869dcede8dd2d7f55dc07fd582c204880a /include/private/parser.h
parent3ff6abbf58ac4b182037b18810376ed12fca0ba3 (diff)
downloadlibxml2-fc69cf568b247a76fe5498966024bfb84b0c974d.tar.gz
parser: Move xmlFatalErr to parserInternals.c
Diffstat (limited to 'include/private/parser.h')
-rw-r--r--include/private/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/parser.h b/include/private/parser.h
index 820bb587..bf933f7d 100644
--- a/include/private/parser.h
+++ b/include/private/parser.h
@@ -20,6 +20,8 @@
XML_HIDDEN void
xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
XML_HIDDEN void
+xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
+XML_HIDDEN void
__xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
const char *msg, const xmlChar *str1,
const xmlChar *str2) LIBXML_ATTR_FORMAT(3,0);