blob: 9308af24cfd6e29988e14e19e3c3d4237b83550d [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
Daniel Veillard27d88741999-05-29 11:51:49 +00006void xmlParserError(void *ctx, const char *msg, ...);
7void xmlParserWarning(void *ctx, const char *msg, ...);
Raja R Harinathd2e3abd1998-08-20 21:52:38 +00008#endif