fix for crash under wxX11: we get text event there when m_popup is still NULL
[wxWidgets.git] / src / expat / xmlwf / xmlurl.h
0 / 13 (  0%)
CommitLineData
1#ifdef __cplusplus
2extern "C" {
3#endif
4
5int XML_URLInit();
6void XML_URLUninit();
7int XML_ProcessURL(XML_Parser parser,
8 const XML_Char *url,
9 unsigned flags);
10
11#ifdef __cplusplus
12}
13#endif