diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_exchange_service.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 6d336752f..2bd96d1c4 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -4304,7 +4304,7 @@ struct TALER_EXCHANGE_AccountKycStatus * Array of length @e limits_array with (exposed) limits that apply to the * account. */ - struct TALER_EXCHANGE_AccountLimit *limits; + const struct TALER_EXCHANGE_AccountLimit *limits; /** * Access token the user needs to start a KYC process. @@ -4386,7 +4386,8 @@ TALER_EXCHANGE_kyc_check ( * @param kyc handle for operation to cancel */ void -TALER_EXCHANGE_kyc_check_cancel (struct TALER_EXCHANGE_KycCheckHandle *kyc); +TALER_EXCHANGE_kyc_check_cancel ( + struct TALER_EXCHANGE_KycCheckHandle *kyc); /** |