summaryrefslogtreecommitdiff
path: root/src/include/taler_curl_lib.h
diff options
context:
space:
mode:
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 2d69768cc..6629704fb 100644
--- a/src/include/taler_curl_lib.h
+++ b/src/include/taler_curl_lib.h
@@ -61,8 +61,8 @@ struct TEAH_PostContext
*/
int
TALER_curl_easy_post (struct TEAH_PostContext *ctx,
- CURL *eh,
- const json_t *body);
+ CURL *eh,
+ const json_t *body);
/**