mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
d2e3abde2b
* error.h: New file. Contains prototyes from `error.c'.
9 lines
197 B
C
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
|