From 97fb6b0091ca089b997febf691be2038223a8d21 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Mar 2020 16:35:20 +0100 Subject: fixing memory leak, comments, renaming callback type to make it more concise --- src/bank-lib/bank_api_credit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bank-lib/bank_api_credit.c') diff --git a/src/bank-lib/bank_api_credit.c b/src/bank-lib/bank_api_credit.c index 66e128da1..be5b1908e 100644 --- a/src/bank-lib/bank_api_credit.c +++ b/src/bank-lib/bank_api_credit.c @@ -53,7 +53,7 @@ struct TALER_BANK_CreditHistoryHandle /** * Function to call with the result. */ - TALER_BANK_CreditResultCallback hcb; + TALER_BANK_CreditHistoryCallback hcb; /** * Closure for @a cb. @@ -233,7 +233,7 @@ TALER_BANK_credit_history (struct GNUNET_CURL_Context *ctx, const struct TALER_BANK_AuthenticationData *auth, uint64_t start_row, int64_t num_results, - TALER_BANK_CreditResultCallback hres_cb, + TALER_BANK_CreditHistoryCallback hres_cb, void *hres_cb_cls) { char *url; -- cgit v1.2.3