summaryrefslogtreecommitdiff
path: root/expat-2.0.1/xmlwf/xmlurl.h
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-02-15 16:16:33 -0800
committerJing Yu <jingyu@google.com>2012-02-15 16:16:33 -0800
commit40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5 (patch)
tree7b5b3c5c4ac70d6921c8fb86073effa617e810b7 /expat-2.0.1/xmlwf/xmlurl.h
parent23b634bf690b4bb78eca0e813b8a678f8d0a45ae (diff)
downloadexpat-40172a0ae9d40a068f1e1a48ffcf6a1ccf765ed5.tar.gz
Change-Id: Ia89f7f620935c3af8589fb220016e6bd940f46f1
Diffstat (limited to 'expat-2.0.1/xmlwf/xmlurl.h')
-rw-r--r--expat-2.0.1/xmlwf/xmlurl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/expat-2.0.1/xmlwf/xmlurl.h b/expat-2.0.1/xmlwf/xmlurl.h
new file mode 100644
index 0000000..d329913
--- /dev/null
+++ b/expat-2.0.1/xmlwf/xmlurl.h
@@ -0,0 +1,13 @@
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int XML_URLInit();
+void XML_URLUninit();
+int XML_ProcessURL(XML_Parser parser,
+ const XML_Char *url,
+ unsigned flags);
+
+#ifdef __cplusplus
+}
+#endif