aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index f3c5e260e..d7c53f51b 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -285,7 +285,7 @@ end_badly_now ()
285static struct GNUNET_TIME_Relative 285static struct GNUNET_TIME_Relative
286env_receive (void *cls, 286env_receive (void *cls,
287 const struct GNUNET_HELLO_Address *address, 287 const struct GNUNET_HELLO_Address *address,
288 struct Session *session, 288 struct GNUNET_ATS_Session *session,
289 const struct GNUNET_MessageHeader *message) 289 const struct GNUNET_MessageHeader *message)
290{ 290{
291 /* do nothing */ 291 /* do nothing */
@@ -520,7 +520,7 @@ env_get_our_hello ()
520static void 520static void
521env_session_end (void *cls, 521env_session_end (void *cls,
522 const struct GNUNET_HELLO_Address *address, 522 const struct GNUNET_HELLO_Address *address,
523 struct Session *session) 523 struct GNUNET_ATS_Session *session)
524{ 524{
525 525
526} 526}