aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 11:36:34 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 11:36:34 +0000
commit1ef7f26b7579ae2a6256751a3f5ebfbf60afbb2f (patch)
tree61701d979176a15333faa9831b1f88e1f34e3776 /src
parentec364f4bfd898b5bbe3f95a4302983c0c31db936 (diff)
downloadgnunet-1ef7f26b7579ae2a6256751a3f5ebfbf60afbb2f.tar.gz
gnunet-1ef7f26b7579ae2a6256751a3f5ebfbf60afbb2f.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/mesh_api_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api_enc.c b/src/mesh/mesh_api_enc.c
index 93099abdb..8f4d42fd3 100644
--- a/src/mesh/mesh_api_enc.c
+++ b/src/mesh/mesh_api_enc.c
@@ -451,7 +451,7 @@ create_channel (struct GNUNET_MESH_Handle *h, MESH_ChannelNumber chid)
451 * - Calls cleaner if channel was inbound 451 * - Calls cleaner if channel was inbound
452 * - Frees all memory used 452 * - Frees all memory used
453 * 453 *
454 * @param t Pointer to the channel. 454 * @param ch Pointer to the channel.
455 * @param call_cleaner Whether to call the cleaner handler. 455 * @param call_cleaner Whether to call the cleaner handler.
456 * 456 *
457 * @return Handle to the required channel or NULL if not found. 457 * @return Handle to the required channel or NULL if not found.