xml/xmlexpatparser/src/expat-1.95.5/xmlwf/xmlurl.h
changeset 0 e35f40988205
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
       
     2    See the file COPYING for copying permission.
       
     3 */
       
     4 
       
     5 #ifdef __cplusplus
       
     6 extern "C" {
       
     7 #endif
       
     8 
       
     9 int XML_URLInit();
       
    10 void XML_URLUninit();
       
    11 int XML_ProcessURL(XML_Parser parser,
       
    12                    const XML_Char *url,
       
    13                    unsigned flags);
       
    14 
       
    15 #ifdef __cplusplus
       
    16 }
       
    17 #endif