summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/include/private/save.h')
-rw-r--r--chromium/third_party/libxml/src/include/private/save.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/third_party/libxml/src/include/private/save.h b/chromium/third_party/libxml/src/include/private/save.h
index ec970851f75..873aad766da 100644
--- a/chromium/third_party/libxml/src/include/private/save.h
+++ b/chromium/third_party/libxml/src/include/private/save.h
@@ -6,9 +6,11 @@
#ifdef LIBXML_OUTPUT_ENABLED
-void xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
- xmlAttrPtr attr, const xmlChar * string);
-void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);
+XML_HIDDEN void
+xmlBufAttrSerializeTxtContent(xmlBufPtr buf, xmlDocPtr doc,
+ xmlAttrPtr attr, const xmlChar * string);
+XML_HIDDEN void
+xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);
#endif /* LIBXML_OUTPUT_ENABLED */