exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9413537e6d5390a535faa1d5a870389295effbaf
parent ffd7a343a634154b803838e7339a71754e369168
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Feb 2019 23:52:12 +0100

add missing comments

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -2007,9 +2007,19 @@ postgres_get_denomination_info (void *cls, } +/** + * Closure for #domination_cb_helper() + */ struct DenomIteratorContext { + /** + * Function to call with the results. + */ TALER_EXCHANGEDB_DenominationInfoIterator cb; + + /** + * Closure to pass to @e cb + */ void *cb_cls; };