aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index f94b8253d..82b9b83df 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -851,6 +851,7 @@ struct TALER_EXCHANGE_RefundHandle;
851 * 851 *
852 * @param cls closure 852 * @param cls closure
853 * @param hr HTTP response data 853 * @param hr HTTP response data
854 * @param refund_fee the refund fee the exchange charged us
854 * @param sign_key exchange key used to sign @a obj, or NULL 855 * @param sign_key exchange key used to sign @a obj, or NULL
855 * @param signature the actual signature, or NULL on error 856 * @param signature the actual signature, or NULL on error
856 */ 857 */
@@ -858,6 +859,7 @@ typedef void
858(*TALER_EXCHANGE_RefundCallback) ( 859(*TALER_EXCHANGE_RefundCallback) (
859 void *cls, 860 void *cls,
860 const struct TALER_EXCHANGE_HttpResponse *hr, 861 const struct TALER_EXCHANGE_HttpResponse *hr,
862 const struct TALER_Amount *refund_fee,
861 const struct TALER_ExchangePublicKeyP *sign_key, 863 const struct TALER_ExchangePublicKeyP *sign_key,
862 const struct TALER_ExchangeSignatureP *signature); 864 const struct TALER_ExchangeSignatureP *signature);
863 865