home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _74c0842093d7c7545ca3315b67944a2a < prev    next >
Encoding:
Text File  |  2004-06-01  |  328 b   |  11 lines

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