summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_common.c
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_common.c
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_common.c')
-rw-r--r--src/lib/exchange_api_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c
index da1400b9d..a6873c656 100644
--- a/src/lib/exchange_api_common.c
+++ b/src/lib/exchange_api_common.c
@@ -42,7 +42,7 @@
* were set,
* #GNUNET_SYSERR if there was a protocol violation in @a history
*/
-int
+enum GNUNET_GenericReturnValue
TALER_EXCHANGE_parse_reserve_history (
struct TALER_EXCHANGE_Handle *exchange,
const json_t *history,