aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport_http.c')
-rw-r--r--src/transport/test_plugin_transport_http.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport_http.c b/src/transport/test_plugin_transport_http.c
index f59edfb26..778fe4be3 100644
--- a/src/transport/test_plugin_transport_http.c
+++ b/src/transport/test_plugin_transport_http.c
@@ -522,7 +522,8 @@ task_send_cont (void *cls, const struct GNUNET_PeerIdentity *target, int result)
522} 522}
523 523
524 524
525static void run_connection_tests (int phase, void *cls); 525static void
526run_connection_tests (int phase, void *cls);
526 527
527/** 528/**
528 * Recieves messages from plugin, in real world transport 529 * Recieves messages from plugin, in real world transport
@@ -646,7 +647,8 @@ header_function (void *ptr, size_t size, size_t nmemb, void *stream)
646} 647}
647 648
648 649
649static size_t send_prepare (struct HTTP_Transfer *result); 650static size_t
651send_prepare (struct HTTP_Transfer *result);
650 652
651 653
652static void 654static void