aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-05-11 15:15:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-05-11 15:15:11 +0000
commite9039bd34d273c7d22cf27536ca2af55cec6bed9 (patch)
treed3a491a0971aa7687ad0bb364e19cfa409b574c6 /src
parent6c24f3f63da98ccaa4e81dfc759c58da9ae512b5 (diff)
downloadgnunet-e9039bd34d273c7d22cf27536ca2af55cec6bed9.tar.gz
gnunet-e9039bd34d273c7d22cf27536ca2af55cec6bed9.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_plugin_transport_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index c45417385..f10796448 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -251,6 +251,7 @@ task_check_stat (void *cls,
251 return; 251 return;
252} 252}
253 253
254#if 0
254static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream) 255static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
255{ 256{
256 size_t retcode; 257 size_t retcode;
@@ -264,7 +265,7 @@ static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
264 265
265 return retcode; 266 return retcode;
266} 267}
267 268#endif
268 269
269/** 270/**
270 * Runs the test. 271 * Runs the test.