fix compile warning
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 26 Mar 2014 09:40:07 +0000 (09:40 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 26 Mar 2014 09:40:07 +0000 (09:40 +0000)
src/transport/test_plugin_transport.c

index 13920d6fefc32a5042d12d1e16c5d7a2147a1fa6..1b58c8c73aa1dc5170560254053955ad3b7ab2e3 100644 (file)
@@ -475,9 +475,11 @@ env_get_our_hello ()
 }
 
 static void
-env_session_end (void *cls, const struct GNUNET_PeerIdentity *peer,
-    struct Session * session)
+env_session_end (void *cls,
+                 const struct GNUNET_HELLO_Address *address,
+                 struct Session *session)
 {
+
 }
 
 static void