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 075cd03f8..aea131542 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.h
+++ b/src/cadet/gnunet-service-cadet_tunnels.h
@@ -101,7 +101,7 @@ GCT_2s (const struct CadetTunnel *t);
101 101
102 102
103/** 103/**
104 * Create a tunnel to @a destionation. Must only be called 104 * Create a tunnel to @a destination. Must only be called
105 * from within #GCP_get_tunnel(). 105 * from within #GCP_get_tunnel().
106 * 106 *
107 * @param destination where to create the tunnel to 107 * @param destination where to create the tunnel to
@@ -124,7 +124,7 @@ GCT_destroy_tunnel_now (struct CadetTunnel *t);
124 * Add a @a connection to the @a tunnel. 124 * Add a @a connection to the @a tunnel.
125 * 125 *
126 * @param t a tunnel 126 * @param t a tunnel
127 * @param cid connection identifer to use for the connection 127 * @param cid connection identifier to use for the connection
128 * @param path path to use for the connection 128 * @param path path to use for the connection
129 * @return #GNUNET_OK on success, 129 * @return #GNUNET_OK on success,
130 * #GNUNET_SYSERR on failure (duplicate connection) 130 * #GNUNET_SYSERR on failure (duplicate connection)