From 2e3460b46042e659932f4dba7db497040f517dd0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 2 Nov 2022 14:42:56 +0100 Subject: -doxygen --- src/auditor/taler-helper-auditor-purses.c | 2 ++ src/auditor/taler-helper-auditor-reserves.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/auditor') diff --git a/src/auditor/taler-helper-auditor-purses.c b/src/auditor/taler-helper-auditor-purses.c index 7a011d3b2..0136a9ec3 100644 --- a/src/auditor/taler-helper-auditor-purses.c +++ b/src/auditor/taler-helper-auditor-purses.c @@ -433,8 +433,10 @@ setup_purse (struct PurseContext *pc, * Function called on purse requests. * * @param cls closure + * @param rowid which row in the database was the request stored in * @param purse_pub public key of the purse * @param merge_pub public key representing the merge capability + * @param purse_creation when was the purse created * @param purse_expiration when would an unmerged purse expire * @param h_contract_terms contract associated with the purse * @param age_limit the age limit for deposits into the purse diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index a4041c993..521107b5c 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1228,6 +1228,8 @@ handle_account_merged ( * @param cls closure * @param rowid unique serial ID for the refund in our DB * @param purse_pub public key of the purse + * @param reserve_pub which reserve is the purse credited to + * @param purse_value what is the target value of the purse * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop */ static enum GNUNET_GenericReturnValue -- cgit v1.2.3