Hash : d2e3abde Author : Date : 1998-08-20T21:52:38
New file. Contains prototyes from `error.c'. * error.h: New file. Contains prototyes from `error.c'.
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