aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
commit6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (patch)
treeedbc42f37889069033e57da201fef242939a6e0f /src/transport/transport-testing.h
parent502af2167f7c218366666ca4944bd7cc54b5b19a (diff)
downloadgnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.tar.gz
gnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.zip
indentation
Diffstat (limited to 'src/transport/transport-testing.h')
-rw-r--r--src/transport/transport-testing.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/transport/transport-testing.h b/src/transport/transport-testing.h
index a867df4c1..a21ccc11f 100644
--- a/src/transport/transport-testing.h
+++ b/src/transport/transport-testing.h
@@ -102,10 +102,9 @@ void GNUNET_TRANSPORT_TESTING_stop_peer (struct PeerContext *pc);
102 * @param cb the callback to call 102 * @param cb the callback to call
103 * @param cb_cls callback cls 103 * @param cb_cls callback cls
104 */ 104 */
105void 105void GNUNET_TRANSPORT_TESTING_connect_peers (struct PeerContext *p1,
106GNUNET_TRANSPORT_TESTING_connect_peers (struct PeerContext *p1, 106 struct PeerContext *p2,
107 struct PeerContext *p2, 107 GNUNET_TRANSPORT_TESTING_connect_cb
108 GNUNET_TRANSPORT_TESTING_connect_cb cb, 108 cb, void *cls);
109 void *cls);
110 109
111/* end of transport_testing.h */ 110/* end of transport_testing.h */