summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/include/private/memory.h')
-rw-r--r--chromium/third_party/libxml/src/include/private/memory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/third_party/libxml/src/include/private/memory.h b/chromium/third_party/libxml/src/include/private/memory.h
new file mode 100644
index 00000000000..ef0497c65cf
--- /dev/null
+++ b/chromium/third_party/libxml/src/include/private/memory.h
@@ -0,0 +1,9 @@
+#ifndef XML_MEMORY_H_PRIVATE__
+#define XML_MEMORY_H_PRIVATE__
+
+XML_HIDDEN void
+xmlInitMemoryInternal(void);
+XML_HIDDEN void
+xmlCleanupMemoryInternal(void);
+
+#endif /* XML_MEMORY_H_PRIVATE__ */