summaryrefslogtreecommitdiff
path: root/Build/source/libs/expat/xmlwf/xmlurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/expat/xmlwf/xmlurl.h')
-rw-r--r--Build/source/libs/expat/xmlwf/xmlurl.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/libs/expat/xmlwf/xmlurl.h b/Build/source/libs/expat/xmlwf/xmlurl.h
deleted file mode 100644
index 3ab1726889b..00000000000
--- a/Build/source/libs/expat/xmlwf/xmlurl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#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