diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-10-24 12:25:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-27 09:23:12 +0200 |
commit | 464c1f806cd1518ebd87b598c7d8232e9f234ac2 (patch) | |
tree | 13f932e3a7c5494c1c8b15aabf6897844598faf6 /src/include | |
parent | d4e03b12ae96d9e540d28b03f11a58dd4101832a (diff) |
-more changes towards fixing FTBFS
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index d82e4b096..8020eae44 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -558,7 +558,7 @@ TALER_EXCHANGE_get_keys_raw (struct TALER_EXCHANGE_Handle *exchange); * @param pub claimed current online signing key for the exchange * @return #GNUNET_OK if @a pub is (according to /keys) a current signing key */ -int +enum GNUNET_GenericReturnValue TALER_EXCHANGE_test_signing_key (const struct TALER_EXCHANGE_Keys *keys, const struct TALER_ExchangePublicKeyP *pub); |