aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-01 14:49:19 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-01 14:49:19 +0000
commit87e5b49767f48d12ad2410fb77088838488896d1 (patch)
tree7a44bf58502bec18ec3843b7a6ef3ab102bbea99 /src/transport/transport_api.c
parent4d9b96f0f6c22cc90269137fccf7d04f7296504e (diff)
downloadgnunet-87e5b49767f48d12ad2410fb77088838488896d1.tar.gz
gnunet-87e5b49767f48d12ad2410fb77088838488896d1.zip
- doc
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 62f8604fb..e821abee4 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -1289,7 +1289,8 @@ call_hello_update_cb_async (void *cls,
1289 1289
1290 1290
1291/** 1291/**
1292 * Obtain the HELLO message for this peer. 1292 * Obtain the HELLO message for this peer. The callback given in this function
1293 * is never called synchronously.
1293 * 1294 *
1294 * @param handle connection to transport service 1295 * @param handle connection to transport service
1295 * @param rec function to call with the HELLO, sender will be our peer 1296 * @param rec function to call with the HELLO, sender will be our peer