aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_tunnels.h')
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnels.h b/src/cadet/gnunet-service-cadet_tunnels.h
index 018a3ec73..e893955a0 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.h
+++ b/src/cadet/gnunet-service-cadet_tunnels.h
@@ -160,8 +160,8 @@ GCT_get_destination (struct CadetTunnel *t);
160 * Consider using the path @a p for the tunnel @a t. 160 * Consider using the path @a p for the tunnel @a t.
161 * The tunnel destination is at offset @a off in path @a p. 161 * The tunnel destination is at offset @a off in path @a p.
162 * 162 *
163 * @param cls our tunnel 163 * @param t our tunnel
164 * @param path a path to our destination 164 * @param p a path to our destination
165 * @param off offset of the destination on path @a path 165 * @param off offset of the destination on path @a path
166 */ 166 */
167void 167void