summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_link.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-19 21:02:04 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-19 21:02:10 +0200
commit778a402d07706462818e9c9d01520fd3d8d238d8 (patch)
tree18ffbbb763cbeaf05de595e461317d2387ae60ec /src/lib/exchange_api_link.c
parentfa30a132a53196eec1ac731e332a075ba8b93991 (diff)
downloadexchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.gz
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.bz2
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.zip
-implement more of the KYC handlers
Diffstat (limited to 'src/lib/exchange_api_link.c')
-rw-r--r--src/lib/exchange_api_link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_link.c b/src/lib/exchange_api_link.c
index 7f29b3b8c..ceb318841 100644
--- a/src/lib/exchange_api_link.c
+++ b/src/lib/exchange_api_link.c
@@ -82,7 +82,7 @@ struct TALER_EXCHANGE_LinkHandle
* @param[out] pub where to return the public key for the coin
* @return #GNUNET_OK on success, #GNUNET_SYSERR on error
*/
-static int
+static enum GNUNET_GenericReturnValue
parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,
const json_t *json,
uint32_t coin_num,
@@ -175,7 +175,7 @@ parse_link_coin (const struct TALER_EXCHANGE_LinkHandle *lh,
* @param json json reply with the data for one coin
* @return #GNUNET_OK on success, #GNUNET_SYSERR on error
*/
-static int
+static enum GNUNET_GenericReturnValue
parse_link_ok (struct TALER_EXCHANGE_LinkHandle *lh,
const json_t *json)
{