aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index e80ba85cf..1d0add99f 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -226,7 +226,7 @@ GNUNET_TRANSPORT_communicator_mq_add (struct GNUNET_TRANSPORT_CommunicatorHandle
226 const struct GNUNET_PeerIdentity *peer, 226 const struct GNUNET_PeerIdentity *peer,
227 const char *address, 227 const char *address,
228 uint32_t mtu, 228 uint32_t mtu,
229 enum GNUNET_ATS_Network_Type nt, 229 enum GNUNET_NetworkType nt,
230 uint32_t distance, 230 uint32_t distance,
231 enum GNUNET_TRANSPORT_ConnectionStatus cs, 231 enum GNUNET_TRANSPORT_ConnectionStatus cs,
232 struct GNUNET_MQ_Handle *mq); 232 struct GNUNET_MQ_Handle *mq);
@@ -261,7 +261,7 @@ struct GNUNET_TRANSPORT_AddressIdentifier;
261struct GNUNET_TRANSPORT_AddressIdentifier * 261struct GNUNET_TRANSPORT_AddressIdentifier *
262GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch, 262GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch,
263 const char *address, 263 const char *address,
264 enum GNUNET_ATS_Network_Type nt, 264 enum GNUNET_NetworkType nt,
265 struct GNUNET_TIME_Relative expiration); 265 struct GNUNET_TIME_Relative expiration);
266 266
267 267