aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
commit569a28bc648b2d073361fea5dcea2fb3daf5bd57 (patch)
treefcd7501aab6293d31bc4e82b0f59f24834325ee1 /src/include/gnunet_transport_service.h
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 25f73e33e..ec777e4ee 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -78,10 +78,7 @@ struct GNUNET_TRANSPORT_Handle;
78 */ 78 */
79typedef void (*GNUNET_TRANSPORT_NotifyConnect) (void *cls, 79typedef void (*GNUNET_TRANSPORT_NotifyConnect) (void *cls,
80 const struct GNUNET_PeerIdentity 80 const struct GNUNET_PeerIdentity
81 * peer, 81 * peer);
82 const struct
83 GNUNET_ATS_Information * ats,
84 uint32_t ats_count);
85 82
86/** 83/**
87 * Function called to notify transport users that another 84 * Function called to notify transport users that another