aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_tunnel_tree.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-02-20 10:26:54 +0000
committerBart Polot <bart@net.in.tum.de>2012-02-20 10:26:54 +0000
commit2ccf509cc0cfb052df901c871fdf523d7063333f (patch)
treee050fd4c52a605a77e13b0da4ff9b7682d0015cd /src/mesh/mesh_tunnel_tree.h
parent9cac9333e33aa3d643f788dd6eaff9ae0d1ce451 (diff)
downloadgnunet-2ccf509cc0cfb052df901c871fdf523d7063333f.tar.gz
gnunet-2ccf509cc0cfb052df901c871fdf523d7063333f.zip
- Fixed doxygen
Diffstat (limited to 'src/mesh/mesh_tunnel_tree.h')
-rw-r--r--src/mesh/mesh_tunnel_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.h b/src/mesh/mesh_tunnel_tree.h
index 615a5a8d0..84fd0acb2 100644
--- a/src/mesh/mesh_tunnel_tree.h
+++ b/src/mesh/mesh_tunnel_tree.h
@@ -197,7 +197,7 @@ tree_get_first_hop (struct MeshTunnelTree *t, GNUNET_PEER_Id peer);
197 * Find the given peer in the tree. 197 * Find the given peer in the tree.
198 * 198 *
199 * @param tree Tree where to look for the peer. 199 * @param tree Tree where to look for the peer.
200 * @param peer Peer to find. 200 * @param peer_id Peer to find.
201 * 201 *
202 * @return Pointer to the node of the peer. NULL if not found. 202 * @return Pointer to the node of the peer. NULL if not found.
203 */ 203 */