commit ef0fc0bb1184f69acc1cf535a978650400d647a9
parent db4a2c79caab3fa771dcc2044d519ac6d1f7a67e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 21 Dec 2024 23:28:54 +0100
Revert "[auditor] fix parameter types"
This reverts commit db4a2c79caab3fa771dcc2044d519ac6d1f7a67e.
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/auditordb/pg_get_reserve_in_inconsistency.c b/src/auditordb/pg_get_reserve_in_inconsistency.c
@@ -101,7 +101,6 @@ reserve_in_inconsistency_cb (void *cls,
dcc->qs = i + 1;
rval = dcc->cb (dcc->cb_cls,
- dc.serial_id,
&dc);
GNUNET_PQ_cleanup_result (rs);
if (GNUNET_OK != rval)
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
@@ -862,7 +862,6 @@ typedef enum GNUNET_GenericReturnValue
typedef enum GNUNET_GenericReturnValue
(*TALER_AUDITORDB_ReserveInInconsistencyCallback)(
void *cls,
- uint64_t serial_id,
const struct TALER_AUDITORDB_ReserveInInconsistency *dc);
typedef enum GNUNET_GenericReturnValue