mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
9 lines
173 B
C
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
|