summaryrefslogtreecommitdiff
path: root/include/private/parser.h
diff options
context:
space:
mode:
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);