blob: 6d886d2bf95550202172e07781ae0591a9aff063 [file] [log] [blame]
Raja R Harinathd2e3abd1998-08-20 21:52:38 +00001#ifndef error_h_
2#define error_h_
3
4#include "parser.h"
5
6void xmlParserError(xmlParserCtxtPtr ctxt, const char *msg, ...);
7void xmlParserWarning(xmlParserCtxtPtr ctxt, const char *msg, ...);
8#endif