third_party.expat/expat/xmlwf/xmlfile.h
2000-04-21 03:58:42 +00:00

10 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);