File: xmlurl.h

package info (click to toggle)
expat 1.95.8-3.4%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,664 kB
  • ctags: 2,454
  • sloc: ansic: 14,447; sh: 8,695; cpp: 363; makefile: 183
file content (13 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (56)
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