From: Bart Polot Date: Wed, 30 Mar 2016 09:17:50 +0000 (+0000) Subject: - doxygen X-Git-Tag: initial-import-from-subversion-38251~991 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=602bde3c0f4c48358dcc9a6788ae4ba1a1115103;p=oweals%2Fgnunet.git - doxygen --- 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) * Find a connection. * * @param cid Connection ID. + * + * @return conntection with the given ID @cid or NULL if not found. */ static struct CadetConnection * connection_get (const struct GNUNET_CADET_Hash *cid)