aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_curl_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_curl_lib.h')
-rw-r--r--src/include/gnunet_curl_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h
index 098b4dc37..db04f1233 100644
--- a/src/include/gnunet_curl_lib.h
+++ b/src/include/gnunet_curl_lib.h
@@ -113,7 +113,7 @@ struct GNUNET_CURL_Job;
113typedef void 113typedef void
114(*GNUNET_CURL_JobCompletionCallback)(void *cls, 114(*GNUNET_CURL_JobCompletionCallback)(void *cls,
115 long response_code, 115 long response_code,
116 json_t *json); 116 const json_t *json);
117 117
118 118
119/** 119/**