1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00
Files
libxml2/xml-error.h
1999-05-29 11:51:49 +00:00

9 lines
173 B
C

#ifndef error_h_
#define error_h_
#include "parser.h"
void xmlParserError(void *ctx, const char *msg, ...);
void xmlParserWarning(void *ctx, const char *msg, ...);
#endif