From de9ab28ab9e55597baf2ca32194ec65b441f0f36 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Feb 2020 23:46:53 +0100 Subject: rename fest, make symbols better match new endpoint names --- src/lib/exchange_api_refund.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/exchange_api_refund.c') diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c index 8f2c0c4d..e986f102 100644 --- a/src/lib/exchange_api_refund.c +++ b/src/lib/exchange_api_refund.c @@ -62,7 +62,7 @@ struct TALER_EXCHANGE_RefundHandle /** * Function to call with the result. */ - TALER_EXCHANGE_RefundResultCallback cb; + TALER_EXCHANGE_RefundCallback cb; /** * Closure for @a cb. @@ -250,7 +250,7 @@ TALER_EXCHANGE_refund (struct TALER_EXCHANGE_Handle *exchange, const struct TALER_CoinSpendPublicKeyP *coin_pub, uint64_t rtransaction_id, const struct TALER_MerchantPrivateKeyP *merchant_priv, - TALER_EXCHANGE_RefundResultCallback cb, + TALER_EXCHANGE_RefundCallback cb, void *cb_cls) { struct TALER_RefundRequestPS rr; @@ -326,7 +326,7 @@ TALER_EXCHANGE_refund2 (struct TALER_EXCHANGE_Handle *exchange, uint64_t rtransaction_id, const struct TALER_MerchantPublicKeyP *merchant_pub, const struct TALER_MerchantSignatureP *merchant_sig, - TALER_EXCHANGE_RefundResultCallback cb, + TALER_EXCHANGE_RefundCallback cb, void *cb_cls) { struct TALER_EXCHANGE_RefundHandle *rh; -- cgit v1.2.3