1998-11-30 22:32:20 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int XML_URLInit();
|
|
|
|
void XML_URLUninit();
|
|
|
|
int XML_ProcessURL(XML_Parser parser,
|
2002-07-01 11:18:34 -04:00
|
|
|
const XML_Char *url,
|
|
|
|
unsigned flags);
|
1998-11-30 22:32:20 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|