mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-03-01 15:08:19 +00:00
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
|