xmlurl.h 224 B

1234567891011121314
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. int XML_URLInit();
  5. void XML_URLUninit();
  6. int XML_ProcessURL(XML_Parser parser,
  7. const XML_Char *url,
  8. unsigned flags);
  9. #ifdef __cplusplus
  10. }
  11. #endif