aboutsummaryrefslogtreecommitdiff
path: root/testrecurse.c
diff options
context:
space:
mode:
Diffstat (limited to 'testrecurse.c')
-rw-r--r--testrecurse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrecurse.c b/testrecurse.c
index 01e15b2c..c5832905 100644
--- a/testrecurse.c
+++ b/testrecurse.c
@@ -444,7 +444,7 @@ xmlParserPrintFileContextInternal(xmlParserInputPtr input ,
}
static void
-testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, xmlErrorPtr err) {
+testStructuredErrorHandler(void *ctx ATTRIBUTE_UNUSED, const xmlError *err) {
char *file = NULL;
int line = 0;
int code = -1;