third_party.expat/expat/xmlwf/xmlfile.h
2000-04-21 04:20:31 +00:00

12 lines
277 B
C
Executable File

/*
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
See the file copying.txt for copying permission.
*/
#define XML_MAP_FILE 01
#define XML_EXTERNAL_ENTITIES 02
extern int XML_ProcessFile(XML_Parser parser,
const XML_Char *filename,
unsigned flags);