aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service_new.h')
-rw-r--r--src/include/gnunet_mesh_service_new.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index 6db406de3..6dd9da66c 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -75,7 +75,7 @@ typedef int (*GNUNET_MESH_MessageCallback) (void *cls,
75 const struct GNUNET_MessageHeader * 75 const struct GNUNET_MessageHeader *
76 message, 76 message,
77 const struct 77 const struct
78 GNUNET_TRANSPORT_ATS_Information * 78 GNUNET_ATS_Information *
79 atsi); 79 atsi);
80 80
81 81
@@ -124,7 +124,7 @@ typedef void *(GNUNET_MESH_InboundTunnelNotificationHandler) (void *cls,
124 GNUNET_PeerIdentity 124 GNUNET_PeerIdentity
125 * initiator, 125 * initiator,
126 const struct 126 const struct
127 GNUNET_TRANSPORT_ATS_Information 127 GNUNET_ATS_Information
128 * atsi); 128 * atsi);
129 129
130 130
@@ -208,7 +208,7 @@ typedef void (*GNUNET_MESH_PeerConnectHandler) (void *cls,
208 const struct GNUNET_PeerIdentity 208 const struct GNUNET_PeerIdentity
209 * peer, 209 * peer,
210 const struct 210 const struct
211 GNUNET_TRANSPORT_ATS_Information 211 GNUNET_ATS_Information
212 * atsi); 212 * atsi);
213 213
214 214