diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-11-28 11:39:18 +0900 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-11-28 11:39:18 +0900 |
commit | 35d52699018a62851ba1420715d4bec3818a190a (patch) | |
tree | 7a84936c83a09bdb27fe50c130e9a2f2161d843a /src/auditordb | |
parent | f7661b0c1f74cd1955e7a8de22dda1fecff2a2de (diff) |
-misc doxygen fixes
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/pg_select_pending_deposits.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/pg_select_pending_deposits.h b/src/auditordb/pg_select_pending_deposits.h index bbf3e843a..7e085304d 100644 --- a/src/auditordb/pg_select_pending_deposits.h +++ b/src/auditordb/pg_select_pending_deposits.h @@ -30,6 +30,8 @@ * Return (batch) deposits for which we have not yet * seen the required wire transfer. * + * @param cls closure + * @param master_pub master public key of the exchange * @param deadline only return up to this deadline * @param cb function to call on each entry * @param cb_cls closure for @a cb |