summaryrefslogtreecommitdiff
path: root/src/curl
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/curl
parentfa30a132a53196eec1ac731e332a075ba8b93991 (diff)
downloadexchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.gz
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.tar.bz2
exchange-778a402d07706462818e9c9d01520fd3d8d238d8.zip
-implement more of the KYC handlers
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 1410294e4..73fcf86a4 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -37,7 +37,7 @@
* @param body JSON body to add to @e ctx
* @return #GNUNET_OK on success #GNUNET_SYSERR on failure
*/
-int
+enum GNUNET_GenericReturnValue
TALER_curl_easy_post (struct TALER_CURL_PostContext *ctx,
CURL *eh,
const json_t *body)