~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to Externals/expat/xmlwf/xmlurl.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

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