gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -improve types


From: gnunet
Subject: [taler-exchange] branch master updated: -improve types
Date: Wed, 31 Jul 2024 23:46:12 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 56f114995 -improve types
56f114995 is described below

commit 56f114995ab90c23b72900d9209510bebd707809
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 31 23:46:09 2024 +0200

    -improve types
---
 src/include/taler_exchange_service.h | 5 +++--
 1 file 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);
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]