summaryrefslogtreecommitdiff
path: root/src/curl
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-11 20:06:15 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-11 20:06:15 +0100
commita25429cadd29177f2bfb56f644696b2cbfbadf72 (patch)
treefbb29428b13a0fba972916d9e01cb6089cb60e48 /src/curl
parent40175318e9a824d01ba9d592b92f244027cc618b (diff)
downloadexchange-a25429cadd29177f2bfb56f644696b2cbfbadf72.tar.gz
exchange-a25429cadd29177f2bfb56f644696b2cbfbadf72.tar.bz2
exchange-a25429cadd29177f2bfb56f644696b2cbfbadf72.zip
fix #7123
Diffstat (limited to 'src/curl')
-rw-r--r--src/curl/curl.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 424c41fd6..5009fa3cf 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -30,14 +30,6 @@
#endif
-/**
- * Add the @a body as POST data to the easy handle in @a ctx.
- *
- * @param[in,out] ctx a request context (updated)
- * @param eh easy handle to use
- * @param body JSON body to add to @e ctx
- * @return #GNUNET_OK on success #GNUNET_SYSERR on failure
- */
enum GNUNET_GenericReturnValue
TALER_curl_easy_post (struct TALER_CURL_PostContext *ctx,
CURL *eh,
@@ -101,11 +93,6 @@ TALER_curl_easy_post (struct TALER_CURL_PostContext *ctx,
}
-/**
- * Free the data in @a ctx.
- *
- * @param[in] ctx a request context (updated)
- */
void
TALER_curl_easy_post_finished (struct TALER_CURL_PostContext *ctx)
{