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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 3505195f5..f7fa71443 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -757,14 +757,14 @@ struct TALER_EXCHANGE_DepositHandle;
757 * @param cls closure 757 * @param cls closure
758 * @param hr HTTP response data 758 * @param hr HTTP response data
759 * @param exchange_sig signature provided by the exchange 759 * @param exchange_sig signature provided by the exchange
760 * @param sign_key exchange key used to sign @a obj, or NULL 760 * @param exchange_pub exchange key used to sign @a obj, or NULL
761 */ 761 */
762typedef void 762typedef void
763(*TALER_EXCHANGE_DepositResultCallback) ( 763(*TALER_EXCHANGE_DepositResultCallback) (
764 void *cls, 764 void *cls,
765 const struct TALER_EXCHANGE_HttpResponse *hr, 765 const struct TALER_EXCHANGE_HttpResponse *hr,
766 const struct TALER_ExchangeSignatureP *exchange_sig, 766 const struct TALER_ExchangeSignatureP *exchange_sig,
767 const struct TALER_ExchangePublicKeyP *sign_key); 767 const struct TALER_ExchangePublicKeyP *exchange_pub);
768 768
769 769
770/** 770/**