diff options
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 82b9b83df..38928dc18 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h | |||
@@ -756,6 +756,7 @@ struct TALER_EXCHANGE_DepositHandle; | |||
756 | * | 756 | * |
757 | * @param cls closure | 757 | * @param cls closure |
758 | * @param hr HTTP response data | 758 | * @param hr HTTP response data |
759 | * @param deposit_timestamp time when the exchange generated the deposit confirmation | ||
759 | * @param exchange_sig signature provided by the exchange | 760 | * @param exchange_sig signature provided by the exchange |
760 | * @param exchange_pub exchange key used to sign @a obj, or NULL | 761 | * @param exchange_pub exchange key used to sign @a obj, or NULL |
761 | */ | 762 | */ |
@@ -763,6 +764,7 @@ typedef void | |||
763 | (*TALER_EXCHANGE_DepositResultCallback) ( | 764 | (*TALER_EXCHANGE_DepositResultCallback) ( |
764 | void *cls, | 765 | void *cls, |
765 | const struct TALER_EXCHANGE_HttpResponse *hr, | 766 | const struct TALER_EXCHANGE_HttpResponse *hr, |
767 | struct GNUNET_TIME_Absolute deposit_timestamp, | ||
766 | const struct TALER_ExchangeSignatureP *exchange_sig, | 768 | const struct TALER_ExchangeSignatureP *exchange_sig, |
767 | const struct TALER_ExchangePublicKeyP *exchange_pub); | 769 | const struct TALER_ExchangePublicKeyP *exchange_pub); |
768 | 770 | ||