From ad97b8d43983730287946bc3b21ae3a24a746587 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Oct 2017 21:36:40 +0200 Subject: use proper type for do_shutdown() callback --- src/auditor/taler-wire-auditor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/auditor/taler-wire-auditor.c b/src/auditor/taler-wire-auditor.c index c1323ea9d..7183c33bc 100644 --- a/src/auditor/taler-wire-auditor.c +++ b/src/auditor/taler-wire-auditor.c @@ -122,9 +122,11 @@ static size_t wire_off_size; /** * Task run on shutdown. + * + * @param cls NULL */ static void -do_shutdown () +do_shutdown (void *cls) { if (NULL != hh) { -- cgit v1.2.3