exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ad97b8d43983730287946bc3b21ae3a24a746587
parent a90936f85802679a7a69934b7c7820e095c2cb89
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  6 Oct 2017 21:36:40 +0200

use proper type for do_shutdown() callback

Diffstat:
Msrc/auditor/taler-wire-auditor.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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) {