aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api.c')
-rw-r--r--src/transport/test_transport_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 1316efe25..774bdd540 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -151,8 +151,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
151 151
152static void 152static void
153notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 153notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
154 const struct GNUNET_MessageHeader *message, 154 const struct GNUNET_MessageHeader *message)
155 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
156{ 155{
157 struct PeerContext *p = cls; 156 struct PeerContext *p = cls;
158 struct PeerContext *t = NULL; 157 struct PeerContext *t = NULL;
@@ -246,8 +245,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
246 245
247 246
248static void 247static void
249notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 248notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
250 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
251{ 249{
252 static int c; 250 static int c;
253 251