1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-06 12:56:17 +00:00

12 lines
277 B
C
Raw Normal View History

/*
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);