summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-05 22:38:19 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-05 22:38:19 +0100
commit7dd52a08923ccbacd737d4ed719651306744edad (patch)
tree4c0ab2cde76943176cbeb95c04e421379bd495f8 /src/exchangedb
parent642992f9c3e9b49ccffd59b8fc4a788e42cc228c (diff)
downloadexchange-7dd52a08923ccbacd737d4ed719651306744edad.tar.gz
exchange-7dd52a08923ccbacd737d4ed719651306744edad.tar.bz2
exchange-7dd52a08923ccbacd737d4ed719651306744edad.zip
clean up comments, renaming for clarity
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
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;