Hash : 27d88744 Author : Date : 1999-05-29T11:51:49
CORBA defines fixes, char encoding atodetection, Daniel
Download
1 2 3 4 5 6 7 8
#ifndef error_h_ #define error_h_ #include "parser.h" void xmlParserError(void *ctx, const char *msg, ...); void xmlParserWarning(void *ctx, const char *msg, ...); #endif