00001 #ifndef EXPAT_COMPLAIN_H 00002 #define EXPAT_COMPLAIN_H 00003 00004 #include "expat.h" 00005 00010 void complain( const char* msg, XML_Parser p ); 00011 00013 00014 #endif /* EXPAT_COMPLAIN_H */ 00015