diff options
Diffstat (limited to 'expat/xmlwf/xmlurl.h')
-rw-r--r-- | expat/xmlwf/xmlurl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/expat/xmlwf/xmlurl.h b/expat/xmlwf/xmlurl.h new file mode 100644 index 000000000..d329913ac --- /dev/null +++ b/expat/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 |