common/vendor/expat-2.0.1/xmlwf/xmlurl.h
2022-12-30 16:57:19 -06:00

13 lines
224 B
C
Executable file

#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