aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 62544584c..0c628a731 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -41,10 +41,10 @@ struct ConnectingContext
41 int p2_c; 41 int p2_c;
42}; 42};
43 43
44static void exchange_hello_last (void *cb_cls, 44static void
45 const struct GNUNET_MessageHeader *message); 45exchange_hello_last (void *cb_cls, const struct GNUNET_MessageHeader *message);
46static void exchange_hello (void *cb_cls, 46static void
47 const struct GNUNET_MessageHeader *message); 47exchange_hello (void *cb_cls, const struct GNUNET_MessageHeader *message);
48 48
49static void 49static void
50notify_connect_internal (void *cls, const struct GNUNET_PeerIdentity *peer, 50notify_connect_internal (void *cls, const struct GNUNET_PeerIdentity *peer,