aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_delete_pending_deposit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_delete_pending_deposit.h')
-rw-r--r--src/auditordb/pg_delete_pending_deposit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditordb/pg_delete_pending_deposit.h b/src/auditordb/pg_delete_pending_deposit.h
index fb39ef199..8e7159eac 100644
--- a/src/auditordb/pg_delete_pending_deposit.h
+++ b/src/auditordb/pg_delete_pending_deposit.h
@@ -32,14 +32,12 @@
* was finally detected.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param master_pub master key of the exchange
* @param batch_deposit_serial_id which entry to delete
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
TAH_PG_delete_pending_deposit (
void *cls,
- const struct TALER_MasterPublicKeyP *master_pub,
uint64_t batch_deposit_serial_id);