summaryrefslogtreecommitdiff
path: root/xmlwf/xmlurl.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:30 -0800
commitb80e287d54a028e744f9fe412840a89ec7f8084b (patch)
tree03023e352820fc1b45c4f22a99394f628f8562bf /xmlwf/xmlurl.h
parentf062c26c3f3a2e17d8d0a1280503efe008ce3d89 (diff)
downloadexpat-b80e287d54a028e744f9fe412840a89ec7f8084b.tar.gz
Diffstat (limited to 'xmlwf/xmlurl.h')
-rw-r--r--xmlwf/xmlurl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/xmlwf/xmlurl.h b/xmlwf/xmlurl.h
new file mode 100644
index 00000000..d329913a
--- /dev/null
+++ b/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