summaryrefslogtreecommitdiff
path: root/expat-2.0.1/xmlwf/xmlurl.h
blob: d329913ac8530d2ed3a1681cd6db65d7e2183ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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