From 778a402d07706462818e9c9d01520fd3d8d238d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Oct 2021 21:02:04 +0200 Subject: -implement more of the KYC handlers --- src/curl/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/curl') 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) -- cgit v1.2.3