aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_hello_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_hello_service.h')
-rw-r--r--src/include/gnunet_transport_hello_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_hello_service.h b/src/include/gnunet_transport_hello_service.h
index a21358a9c..50734f957 100644
--- a/src/include/gnunet_transport_hello_service.h
+++ b/src/include/gnunet_transport_hello_service.h
@@ -166,7 +166,7 @@ typedef void
166(*GNUNET_TRANSPORT_AddressCallback) (void *cls, 166(*GNUNET_TRANSPORT_AddressCallback) (void *cls,
167 const struct GNUNET_PeerIdentity *peer, 167 const struct GNUNET_PeerIdentity *peer,
168 const char *address, 168 const char *address,
169 enum GNUNET_ATS_Network_Type nt, 169 enum GNUNET_NetworkType nt,
170 struct GNUNET_TIME_Absolute expiration); 170 struct GNUNET_TIME_Absolute expiration);
171 171
172 172