aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_curl_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-17 15:17:28 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-17 15:17:28 +0000
commit7200a570471907816431a57fe914ff5557118ee9 (patch)
tree28754e54a4b24ddd36c666a75a308a3658795839 /src/include/gnunet_curl_lib.h
parent16642c4cb25faae335591b39795c71dedbeb37f1 (diff)
downloadgnunet-7200a570471907816431a57fe914ff5557118ee9.tar.gz
gnunet-7200a570471907816431a57fe914ff5557118ee9.zip
-use const and free json where it was allocated
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/**