From 7dd52a08923ccbacd737d4ed719651306744edad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Mar 2020 22:38:19 +0100 Subject: clean up comments, renaming for clarity --- src/exchangedb/plugin_exchangedb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 2faff4aed..67ba8de99 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -4507,7 +4507,7 @@ struct WireTransferResultContext /** * Function to call on each result. */ - TALER_EXCHANGEDB_WireTransferDataCallback cb; + TALER_EXCHANGEDB_AggregationDataCallback cb; /** * Closure for @e cb. @@ -4612,7 +4612,7 @@ postgres_lookup_wire_transfer (void *cls, struct TALER_EXCHANGEDB_Session *session, const struct TALER_WireTransferIdentifierRawP *wtid, - TALER_EXCHANGEDB_WireTransferDataCallback cb, + TALER_EXCHANGEDB_AggregationDataCallback cb, void *cb_cls) { struct PostgresClosure *pg = cls; -- cgit v1.2.3