aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-12 08:45:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-12 08:45:38 +0000
commit0c4acf951c74b9a9479cc3cbf3cf45abcdd49451 (patch)
treed6befd559eadf25e80f2027190788d6343fa0838 /src/include/gnunet_transport_service.h
parent75503dba049ae72d2729cc06fce00bd6deb4c95b (diff)
downloadgnunet-0c4acf951c74b9a9479cc3cbf3cf45abcdd49451.tar.gz
gnunet-0c4acf951c74b9a9479cc3cbf3cf45abcdd49451.zip
doxygen
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 6396127b8..bf14c11f8 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -184,6 +184,7 @@ struct GNUNET_TRANSPORT_TryConnectHandle;
184 * @param target who we should try to connect to 184 * @param target who we should try to connect to
185 * @param cb callback to be called when request was transmitted to transport 185 * @param cb callback to be called when request was transmitted to transport
186 * service 186 * service
187 * @param cb_cls closure for the callback
187 * @return a GNUNET_TRANSPORT_TryConnectHandle handle or 188 * @return a GNUNET_TRANSPORT_TryConnectHandle handle or
188 * NULL on failure (cb will not be called) 189 * NULL on failure (cb will not be called)
189 */ 190 */