1230fdc108
Change-Id: Ieb49357166b392956df6554a06fcae83c8fd519d
13 lines
224 B
C
Executable file
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
|