From 075f1356987b48d3afd3f5c01ddebe23fa0ae240 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 27 Mar 2014 15:03:17 +0000 Subject: We do not need the address and session here --- src/transport/gnunet-service-transport_neighbours.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/transport/gnunet-service-transport_neighbours.h') diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h index ff62867fa..64291548f 100644 --- a/src/transport/gnunet-service-transport_neighbours.h +++ b/src/transport/gnunet-service-transport_neighbours.h @@ -276,16 +276,11 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, * * @param message possibly a 'struct SessionConnectMessage' (check format) * @param peer identity of the peer to switch the address for - * @param address address of the other peer, NULL if other peer - * connected to us - * @param session session to use (or NULL) * @return #GNUNET_OK if the message was fine, #GNUNET_SYSERR on serious error */ int GST_neighbours_handle_connect (const struct GNUNET_MessageHeader *message, - const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_HELLO_Address *address, - struct Session *session); + const struct GNUNET_PeerIdentity *peer); /** -- cgit v1.2.3