summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/include/private/parser.h')
-rw-r--r--chromium/third_party/libxml/src/include/private/parser.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/chromium/third_party/libxml/src/include/private/parser.h b/chromium/third_party/libxml/src/include/private/parser.h
index 1bf9ee35fe1..43945f9ef8e 100644
--- a/chromium/third_party/libxml/src/include/private/parser.h
+++ b/chromium/third_party/libxml/src/include/private/parser.h
@@ -17,9 +17,11 @@
*/
#define XML_VCTXT_USE_PCTXT (1u << 1)
-void xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
-void __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
- const char *msg, const xmlChar *str1,
- const xmlChar *str2) LIBXML_ATTR_FORMAT(3,0);
+XML_HIDDEN void
+xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra);
+XML_HIDDEN void
+__xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
+ const char *msg, const xmlChar *str1,
+ const xmlChar *str2) LIBXML_ATTR_FORMAT(3,0);
#endif /* XML_PARSER_H_PRIVATE__ */