aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
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/transport/transport_api.c
parent75503dba049ae72d2729cc06fce00bd6deb4c95b (diff)
downloadgnunet-0c4acf951c74b9a9479cc3cbf3cf45abcdd49451.tar.gz
gnunet-0c4acf951c74b9a9479cc3cbf3cf45abcdd49451.zip
doxygen
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 768ed36da..d546b6556 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1084,6 +1084,7 @@ send_try_connect (void *cls, size_t size, void *buf)
1084 * @param target who we should try to connect to 1084 * @param target who we should try to connect to
1085 * @param cb callback to be called when request was transmitted to transport 1085 * @param cb callback to be called when request was transmitted to transport
1086 * service 1086 * service
1087 * @param cb_cls closure for the callback
1087 * @return a GNUNET_TRANSPORT_TryConnectHandle handle or 1088 * @return a GNUNET_TRANSPORT_TryConnectHandle handle or
1088 * NULL on failure (cb will not be called) 1089 * NULL on failure (cb will not be called)
1089 */ 1090 */