aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-16 23:13:31 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-16 23:13:31 +0200
commitb217d958aa2f0d65c31cebd4ed02a21e5288bbe3 (patch)
tree7d5cb80d1b7419235233810294c1d45dfc00f059 /src/include
parent264d92ee564668d67aee26fdf40cb7f80eabbd63 (diff)
fix test-10
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 94c2f34eb..febfe3dc0 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -367,6 +367,7 @@ struct TALER_AUDITORDB_PurseNotClosedInconsistencies
struct GNUNET_CRYPTO_EddsaPublicKey purse_pub;
struct TALER_Amount amount;
struct GNUNET_TIME_Absolute expiration_date;
+ bool suppressed;
};
/**
@@ -550,14 +551,12 @@ typedef enum GNUNET_GenericReturnValue
* the auditor's database.
*
* @param cls closure
- * @param serial_id location of the @a dc in the database
* @param dc the structure itself
* @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
*/
typedef enum GNUNET_GenericReturnValue
(*TALER_AUDITORDB_PurseNotClosedInconsistenciesCallback)(
void *cls,
- uint64_t serial_id,
const struct TALER_AUDITORDB_PurseNotClosedInconsistencies *dc);
/**