diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:15:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 18:15:30 +0200 |
commit | 67b42cf8eb0ab06eaa1f4d21e0182f7062337994 (patch) | |
tree | 82fc2407a053fb9883b5bfa552fef8c970ff8f7c /src/auditordb/pg_get_amount_arithmetic_inconsistency.h | |
parent | 3b39ad1e7b01a3001372823c98603c45c25d520f (diff) |
DCE
Diffstat (limited to 'src/auditordb/pg_get_amount_arithmetic_inconsistency.h')
-rw-r--r-- | src/auditordb/pg_get_amount_arithmetic_inconsistency.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditordb/pg_get_amount_arithmetic_inconsistency.h b/src/auditordb/pg_get_amount_arithmetic_inconsistency.h index 7cf4260fe..02f55b24c 100644 --- a/src/auditordb/pg_get_amount_arithmetic_inconsistency.h +++ b/src/auditordb/pg_get_amount_arithmetic_inconsistency.h @@ -24,8 +24,8 @@ * Get information about deposit confirmations from the database. * * @param cls the @e cls of this struct with the plugin-specific state - * @param start_id row/serial ID where to start the iteration (0 from - * the start, exclusive, i.e. serial_ids must start from 1) + * @param limit number of records to return, negative for descending + * @param offset table row to start from, exclusive, direction determined by @a limit * @param return_suppressed should suppressed rows be returned anyway? * @param cb function to call with results * @param cb_cls closure for @a cb @@ -40,4 +40,4 @@ TAH_PG_get_amount_arithmetic_inconsistency ( TALER_AUDITORDB_AmountArithmeticInconsistencyCallback cb, void *cb_cls); -#endif // SRC_PG_GET_AMOUNT_ARITHMETIC_INCONSISTENCY_H +#endif |