summaryrefslogtreecommitdiff
path: root/Build/source/extra/expat/xmlwf/xmlfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/extra/expat/xmlwf/xmlfile.h')
-rw-r--r--Build/source/extra/expat/xmlwf/xmlfile.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/extra/expat/xmlwf/xmlfile.h b/Build/source/extra/expat/xmlwf/xmlfile.h
new file mode 100644
index 00000000000..5d6bdce457d
--- /dev/null
+++ b/Build/source/extra/expat/xmlwf/xmlfile.h
@@ -0,0 +1,11 @@
+/*
+Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+See the file COPYING for copying permission.
+*/
+
+#define XML_MAP_FILE 01
+#define XML_EXTERNAL_ENTITIES 02
+
+extern int XML_ProcessFile(XML_Parser parser,
+ const XML_Char *filename,
+ unsigned flags);