diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:35:03 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-12 12:35:03 +0100 |
commit | 730d8c893cdf272f1a5e2a7f796102d670a28c47 (patch) | |
tree | 1f1d20030c928c5937adb6e4d6edc273fe9be7bd /src/include/taler_exchange_service.h | |
parent | d81b3f13d16210c1ae995306507c1b56091bc14e (diff) |
-more doxygen fixes
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 72990dc3..af06d149 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -2039,8 +2039,7 @@ struct TALER_EXCHANGE_GetDepositResponse * Function called with detailed wire transfer data. * * @param cls closure - * @param hr HTTP response data - * @param dd details about the deposit (NULL on errors) + * @param dr details about the deposit response */ typedef void (*TALER_EXCHANGE_DepositGetCallback)( @@ -2319,7 +2318,7 @@ struct TALER_EXCHANGE_KycStatus /** * Signature of purpose - * #TALER_SIGNATURE_ACCOUNT_SETUP_SUCCESS affirming + * #TALER_SIGNATURE_EXCHANGE_ACCOUNT_SETUP_SUCCESS affirming * the successful KYC process. */ struct TALER_ExchangeSignatureP exchange_sig; |