diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-11 13:22:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-11 13:22:15 +0200 |
commit | 3b99f24648f477a2b7afd890657bb2675e211d31 (patch) | |
tree | 5c611d850e6d6d31868f17fc37ddfcf875c132d5 /src/bank-lib | |
parent | e967208e8c01af28e2ebde34c8deea326f09e5e3 (diff) |
add support for wallet_data_hash in API
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/bank_api_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_common.h b/src/bank-lib/bank_api_common.h index ac059e9ed..e288a7e6f 100644 --- a/src/bank-lib/bank_api_common.h +++ b/src/bank-lib/bank_api_common.h @@ -36,7 +36,7 @@ * @param auth authentication data to use * @return #GNUNET_OK in success */ -int +enum GNUNET_GenericReturnValue TALER_BANK_setup_auth_ (CURL *easy, const struct TALER_BANK_AuthenticationData *auth); |