summaryrefslogtreecommitdiff
path: root/src/include/taler_curl_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:24:55 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:24:55 +0100
commit5583b7a0595fe5c91943419ea46260fe7f7b9e9c (patch)
treea5de4293c8c008d6bafefe303d0036cd2603e62d /src/include/taler_curl_lib.h
parent5146d62b14e7d4c14da6fe5c891ce27232082cbd (diff)
downloadexchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.tar.gz
exchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.tar.bz2
exchange-5583b7a0595fe5c91943419ea46260fe7f7b9e9c.zip
libraries were folded, fold headers as well
Diffstat (limited to 'src/include/taler_curl_lib.h')
-rw-r--r--src/include/taler_curl_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_curl_lib.h b/src/include/taler_curl_lib.h
index a38c0fce1..9fa0005a8 100644
--- a/src/include/taler_curl_lib.h
+++ b/src/include/taler_curl_lib.h
@@ -54,7 +54,7 @@ struct TALER_CURL_PostContext
* Add the @a body as POST data to the easy handle in
* @a ctx.
*
- * @param ctx[in,out] a request context (updated)
+ * @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
@@ -68,7 +68,7 @@ TALER_curl_easy_post (struct TALER_CURL_PostContext *ctx,
/**
* Free the data in @a ctx.
*
- * @param ctx[in] a request context (updated)
+ * @param[in] ctx a request context (updated)
*/
void
TALER_curl_easy_post_finished (struct TALER_CURL_PostContext *ctx);