blob: 9308af24cfd6e29988e14e19e3c3d4237b83550d [file] [log] [blame]
#ifndef error_h_
#define error_h_
#include "parser.h"
void xmlParserError(void *ctx, const char *msg, ...);
void xmlParserWarning(void *ctx, const char *msg, ...);
#endif