summaryrefslogtreecommitdiff
path: root/chromium/third_party/libxml/src/include/private/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libxml/src/include/private/dict.h')
-rw-r--r--chromium/third_party/libxml/src/include/private/dict.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chromium/third_party/libxml/src/include/private/dict.h b/chromium/third_party/libxml/src/include/private/dict.h
new file mode 100644
index 00000000000..02b18f92f21
--- /dev/null
+++ b/chromium/third_party/libxml/src/include/private/dict.h
@@ -0,0 +1,7 @@
+#ifndef XML_DICT_H_PRIVATE__
+#define XML_DICT_H_PRIVATE__
+
+int __xmlInitializeDict(void);
+int __xmlRandom(void);
+
+#endif /* XML_DICT_H_PRIVATE__ */