aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-18 11:35:57 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-18 11:35:57 +0000
commitec364f4bfd898b5bbe3f95a4302983c0c31db936 (patch)
treef4499e37c2c01b04929a7b1f940a6bd1b3662935 /src
parent0a4ffc7c929c862c5d666c197e6c39015fca6a42 (diff)
downloadgnunet-ec364f4bfd898b5bbe3f95a4302983c0c31db936.tar.gz
gnunet-ec364f4bfd898b5bbe3f95a4302983c0c31db936.zip
- doxygen
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c2
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index d6922f76a..231eeabeb 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -532,7 +532,7 @@ handle_decrypted (struct MeshTunnel3 *t,
532 * for every message. 532 * for every message.
533 * 533 *
534 * @param t Tunnel this message came on. 534 * @param t Tunnel this message came on.
535 * @param msgh Encrypted message. 535 * @param msg Encrypted message.
536 * @param fwd Is this message fwd? 536 * @param fwd Is this message fwd?
537 */ 537 */
538void 538void
diff --git a/src/mesh/gnunet-service-mesh_tunnel.h b/src/mesh/gnunet-service-mesh_tunnel.h
index 9e32c5d92..369713e66 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.h
+++ b/src/mesh/gnunet-service-mesh_tunnel.h
@@ -204,7 +204,7 @@ GMT_get_channel (struct MeshTunnel3 *t, MESH_ChannelNumber chid);
204 * towards a channel of a local tunnel. 204 * towards a channel of a local tunnel.
205 * 205 *
206 * @param t Tunnel this message came on. 206 * @param t Tunnel this message came on.
207 * @param msgh Message header. 207 * @param msg Message header.
208 * @param fwd Is this message fwd? 208 * @param fwd Is this message fwd?
209 */ 209 */
210void 210void