summaryrefslogtreecommitdiff
path: root/src/auditordb/pg_get_coin_inconsistency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_get_coin_inconsistency.h')
-rw-r--r--src/auditordb/pg_get_coin_inconsistency.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditordb/pg_get_coin_inconsistency.h b/src/auditordb/pg_get_coin_inconsistency.h
index f64b1aa1e..bff9b82b5 100644
--- a/src/auditordb/pg_get_coin_inconsistency.h
+++ b/src/auditordb/pg_get_coin_inconsistency.h
@@ -22,7 +22,8 @@
enum GNUNET_DB_QueryStatus
TAH_PG_get_coin_inconsistency (
void *cls,
- uint64_t start_id,
+ int64_t limit,
+ uint64_t offset,
bool return_suppressed,
TALER_AUDITORDB_CoinInconsistencyCallback cb,
void *cb_cls);