aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnels.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:46:19 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commit763b8f71ba69bb6658461f8205804286d36543c1 (patch)
tree79be16b523aaac540132265fb50d6dd572de09df /src/cadet/gnunet-service-cadet_tunnels.h
parentdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (diff)
downloadgnunet-763b8f71ba69bb6658461f8205804286d36543c1.tar.gz
gnunet-763b8f71ba69bb6658461f8205804286d36543c1.zip
-DOC: Documentation cleanup pass through CADET subsystem
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