Hash : d109e37b Author : Date : 1999-03-05T06:26:45
Moved error.h to xml-error.h, associated fixed and updates, Daniel
Download
1 2 3 4 5 6 7 8
#ifndef error_h_ #define error_h_ #include "parser.h" void xmlParserError(xmlParserCtxtPtr ctxt, const char *msg, ...); void xmlParserWarning(xmlParserCtxtPtr ctxt, const char *msg, ...); #endif