aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 4fe68ade1..3b6beb8b7 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -79,11 +79,9 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
79 */ 79 */
80struct GNUNET_TIME_Relative 80struct GNUNET_TIME_Relative
81GST_manipulation_recv (void *cls, 81GST_manipulation_recv (void *cls,
82 const struct GNUNET_PeerIdentity *peer, 82 const struct GNUNET_HELLO_Address *address,
83 const struct GNUNET_MessageHeader *message, 83 struct Session *session,
84 struct Session *session, 84 const struct GNUNET_MessageHeader *message);
85 const char *sender_address,
86 uint16_t sender_address_len);
87 85
88/** 86/**
89 * Function that will be called to manipulate ATS information according to 87 * Function that will be called to manipulate ATS information according to