From 8f0a4b6095fd05e101fc5389cc46ec211083979a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jul 2020 21:22:44 +0200 Subject: fix #6133: enable nice shutdown of auditor helpers with CTRL-C --- src/include/taler_auditordb_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/taler_auditordb_plugin.h') diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h index 7c58e654e..33e1adecb 100644 --- a/src/include/taler_auditordb_plugin.h +++ b/src/include/taler_auditordb_plugin.h @@ -364,8 +364,9 @@ struct TALER_AUDITORDB_DepositConfirmation * @param cls closure * @param serial_id location of the @a dc in the database * @param dc the deposit confirmation itself + * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERROR to stop iterating */ -typedef void +typedef int (*TALER_AUDITORDB_DepositConfirmationCallback)( void *cls, uint64_t serial_id, -- cgit v1.2.3