1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/error.h
Raja R Harinath d2e3abde2b New file. Contains prototyes from `error.c'.
* error.h: New file.  Contains prototyes from `error.c'.
1998-08-20 21:52:38 +00:00

9 lines
197 B
C

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