summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_get_wire_fee_summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_get_wire_fee_summary.h')
-rw-r--r--src/auditordb/pg_get_wire_fee_summary.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditordb/pg_get_wire_fee_summary.h b/src/auditordb/pg_get_wire_fee_summary.h
index c6e5bacde..4c7f1aebd 100644
--- a/src/auditordb/pg_get_wire_fee_summary.h
+++ b/src/auditordb/pg_get_wire_fee_summary.h
@@ -30,13 +30,11 @@
* Get summary information about an exchanges wire fee balance.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param master_pub master public key of the exchange
* @param[out] wire_fee_balance set amount the exchange gained in wire fees
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
TAH_PG_get_wire_fee_summary (void *cls,
- const struct TALER_MasterPublicKeyP *master_pub,
struct TALER_Amount *wire_fee_balance);