aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-03-30 09:17:50 +0000
committerBart Polot <bart@net.in.tum.de>2016-03-30 09:17:50 +0000
commit602bde3c0f4c48358dcc9a6788ae4ba1a1115103 (patch)
tree8fbf204f919827806f2608699160a7bc493eef87
parenta98361c9ab63b563183df5c8c0cd70b3431fdcf1 (diff)
downloadgnunet-602bde3c0f4c48358dcc9a6788ae4ba1a1115103.tar.gz
gnunet-602bde3c0f4c48358dcc9a6788ae4ba1a1115103.zip
- doxygen
-rw-r--r--src/cadet/gnunet-service-cadet_connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c
index 35b0585ea..9ec8202b3 100644
--- a/src/cadet/gnunet-service-cadet_connection.c
+++ b/src/cadet/gnunet-service-cadet_connection.c
@@ -453,6 +453,8 @@ fc_init (struct CadetFlowControl *fc)
453 * Find a connection. 453 * Find a connection.
454 * 454 *
455 * @param cid Connection ID. 455 * @param cid Connection ID.
456 *
457 * @return conntection with the given ID @cid or NULL if not found.
456 */ 458 */
457static struct CadetConnection * 459static struct CadetConnection *
458connection_get (const struct GNUNET_CADET_Hash *cid) 460connection_get (const struct GNUNET_CADET_Hash *cid)