aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-03-26 09:40:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-03-26 09:40:07 +0000
commit37391a04e13e7380085ea5fc5fa228e33761ed7b (patch)
treee6d84318085001878478d97e60ab4c4708ec59f7 /src/transport
parentf76eed6fcd00a1f693d9279a9ac14a200eaf87d2 (diff)
downloadgnunet-37391a04e13e7380085ea5fc5fa228e33761ed7b.tar.gz
gnunet-37391a04e13e7380085ea5fc5fa228e33761ed7b.zip
fix compile warning
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/test_plugin_transport.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 13920d6fe..1b58c8c73 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -475,9 +475,11 @@ env_get_our_hello ()
475} 475}
476 476
477static void 477static void
478env_session_end (void *cls, const struct GNUNET_PeerIdentity *peer, 478env_session_end (void *cls,
479 struct Session * session) 479 const struct GNUNET_HELLO_Address *address,
480 struct Session *session)
480{ 481{
482
481} 483}
482 484
483static void 485static void