summaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl/curl.c')
-rw-r--r--src/curl/curl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 3443525e3..e413d1cf5 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -426,6 +426,7 @@ download_get_result (struct GNUNET_CURL_DownloadBuffer *db,
426 return json; 426 return json;
427} 427}
428 428
429
429/** 430/**
430 * Add custom request header. 431 * Add custom request header.
431 * 432 *
@@ -445,6 +446,7 @@ GNUNET_CURL_append_header (struct GNUNET_CURL_Context *ctx,
445 return GNUNET_OK; 446 return GNUNET_OK;
446} 447}
447 448
449
448/** 450/**
449 * Run the main event loop for the Taler interaction. 451 * Run the main event loop for the Taler interaction.
450 * 452 *