summaryrefslogtreecommitdiff
path: root/xmlwf/xmlfile.h
diff options
context:
space:
mode:
authorjjc <jjc>1998-11-25 08:32:06 +0000
committerjjc <jjc>1998-11-25 08:32:06 +0000
commitcd3fd0f44f3a3fae3cd36d29b542b482b5fe2a2b (patch)
tree5609967862ad6654887d8c8b294f6ee2ef0de754 /xmlwf/xmlfile.h
parentb36dd80b519c47ddb566a3ba75092f837433769a (diff)
downloadlibexpat-cd3fd0f44f3a3fae3cd36d29b542b482b5fe2a2b.tar.gz
Initial revision
Diffstat (limited to 'xmlwf/xmlfile.h')
-rwxr-xr-xxmlwf/xmlfile.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/xmlwf/xmlfile.h b/xmlwf/xmlfile.h
new file mode 100755
index 0000000..adfac5a
--- /dev/null
+++ b/xmlwf/xmlfile.h
@@ -0,0 +1,26 @@
+/*
+The contents of this file are subject to the Mozilla Public License
+Version 1.0 (the "License"); you may not use this file except in
+compliance with the License. You may obtain a copy of the License at
+http://www.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS"
+basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+License for the specific language governing rights and limitations
+under the License.
+
+The Original Code is expat.
+
+The Initial Developer of the Original Code is James Clark.
+Portions created by James Clark are Copyright (C) 1998
+James Clark. All Rights Reserved.
+
+Contributor(s):
+*/
+
+#define XML_MAP_FILE 01
+#define XML_EXTERNAL_ENTITIES 02
+
+extern int XML_ProcessFile(XML_Parser parser,
+ const XML_Char *filename,
+ unsigned flags);