aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_http.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/transport/test_plugin_transport_http.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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