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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index e0395e2fe..3afb9885a 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -83,7 +83,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
83struct GNUNET_TIME_Relative 83struct GNUNET_TIME_Relative
84GST_manipulation_recv (void *cls, 84GST_manipulation_recv (void *cls,
85 const struct GNUNET_HELLO_Address *address, 85 const struct GNUNET_HELLO_Address *address,
86 struct Session *session, 86 struct GNUNET_ATS_Session *session,
87 const struct GNUNET_MessageHeader *message); 87 const struct GNUNET_MessageHeader *message);
88 88
89 89
@@ -97,7 +97,7 @@ GST_manipulation_recv (void *cls,
97 */ 97 */
98void 98void
99GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address, 99GST_manipulation_manipulate_metrics (const struct GNUNET_HELLO_Address *address,
100 struct Session *session, 100 struct GNUNET_ATS_Session *session,
101 struct GNUNET_ATS_Properties *prop); 101 struct GNUNET_ATS_Properties *prop);
102 102
103 103