summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-10 17:18:24 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-10 17:18:24 +0200
commit8951abfc505c38aaea2b709e5540e84cf7971cf4 (patch)
treeb8f0a3bc395735b7d0bbc42e9f23a162a5a5d789 /src/lib/exchange_api_handle.h
parentdf681b0d9585cbd69f377304643a8877fd4fb00a (diff)
downloadexchange-8951abfc505c38aaea2b709e5540e84cf7971cf4.tar.gz
exchange-8951abfc505c38aaea2b709e5540e84cf7971cf4.tar.bz2
exchange-8951abfc505c38aaea2b709e5540e84cf7971cf4.zip
-finish implemnetation of /kyc-check client library
Diffstat (limited to 'src/lib/exchange_api_handle.h')
-rw-r--r--src/lib/exchange_api_handle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.h b/src/lib/exchange_api_handle.h
index 1a7e8ee7b..df0ccf7fc 100644
--- a/src/lib/exchange_api_handle.h
+++ b/src/lib/exchange_api_handle.h
@@ -229,7 +229,7 @@ TEAH_handle_to_context (struct TALER_EXCHANGE_Handle *h);
* @param h the exchange handle to query
* @return #GNUNET_YES if we are ready, #GNUNET_NO if not
*/
-int
+enum GNUNET_GenericReturnValue
TEAH_handle_is_ready (struct TALER_EXCHANGE_Handle *h);
/**
@@ -238,7 +238,7 @@ TEAH_handle_is_ready (struct TALER_EXCHANGE_Handle *h);
* @param h the exchange handle to query
* @return #GNUNET_YES if we are ready, #GNUNET_NO if not
*/
-int
+enum GNUNET_GenericReturnValue
TEAH_handle_is_ready (struct TALER_EXCHANGE_Handle *h);