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, 1 insertions, 1 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index eabe0e787..985800e64 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -355,7 +355,7 @@ GNUNET_CURL_job_cancel (struct GNUNET_CURL_Job *job)
355 * the JSON we received was malformed). 355 * the JSON we received was malformed).
356 * @return NULL if downloading a JSON reply failed. 356 * @return NULL if downloading a JSON reply failed.
357 */ 357 */
358static void * 358void *
359download_get_result (struct GNUNET_CURL_DownloadBuffer *db, 359download_get_result (struct GNUNET_CURL_DownloadBuffer *db,
360 CURL *eh, 360 CURL *eh,
361 long *response_code) 361 long *response_code)