summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2017-11-12 17:38:08 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2017-11-14 16:03:31 +0100
commit00859f9118c59ba419dc08162438a0246af34659 (patch)
tree538e54365f4f9288c1b65d9b50f91a2aedf49684
parent13acadbb1ca1f42a65c6466dca025d4020be192a (diff)
downloadlibxml2-00859f9118c59ba419dc08162438a0246af34659.tar.gz
Fix callback signature in testapi.c
-rw-r--r--testapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi.c b/testapi.c
index 168ceb67..fe42a379 100644
--- a/testapi.c
+++ b/testapi.c
@@ -737,7 +737,8 @@ static void des_xmlSchemaValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchemaValidCtx
#define gen_nb_xmlHashDeallocator 2
static void
-test_xmlHashDeallocator(void *payload ATTRIBUTE_UNUSED, xmlChar *name ATTRIBUTE_UNUSED) {
+test_xmlHashDeallocator(void *payload ATTRIBUTE_UNUSED,
+ const xmlChar *name ATTRIBUTE_UNUSED) {
}
static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) {