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