aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service_new.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/include/gnunet_mesh_service_new.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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