home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / expat / xmlwf / xmlfile.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-21  |  277 b   |  12 lines

  1. /*
  2. Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
  3. See the file copying.txt for copying permission.
  4. */
  5.  
  6. #define XML_MAP_FILE 01
  7. #define XML_EXTERNAL_ENTITIES 02
  8.  
  9. extern int XML_ProcessFile(XML_Parser parser,
  10.                const XML_Char *filename,
  11.                unsigned flags);
  12.