summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/include/private/string.h')
-rw-r--r--chromium/third_party/libxml/src/include/private/string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/libxml/src/include/private/string.h b/chromium/third_party/libxml/src/include/private/string.h
index 0c4bf5413cc..9665fc47238 100644
--- a/chromium/third_party/libxml/src/include/private/string.h
+++ b/chromium/third_party/libxml/src/include/private/string.h
@@ -3,6 +3,7 @@
#include <libxml/xmlstring.h>
-xmlChar *xmlEscapeFormatString(xmlChar **msg);
+XML_HIDDEN xmlChar *
+xmlEscapeFormatString(xmlChar **msg);
#endif /* XML_STRING_H_PRIVATE__ */