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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet_tunnels.h b/src/cadet/gnunet-service-cadet_tunnels.h
index c1bf2fcd5..47d9f98bf 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.h
+++ b/src/cadet/gnunet-service-cadet_tunnels.h
@@ -119,7 +119,6 @@ GCT_destroy_tunnel_now (struct CadetTunnel *t);
119 * 119 *
120 * @param t a tunnel 120 * @param t a tunnel
121 * @param cid connection identifer to use for the connection 121 * @param cid connection identifer to use for the connection
122 * @param options options for the connection
123 * @param path path to use for the connection 122 * @param path path to use for the connection
124 * @return #GNUNET_OK on success, 123 * @return #GNUNET_OK on success,
125 * #GNUNET_SYSERR on failure (duplicate connection) 124 * #GNUNET_SYSERR on failure (duplicate connection)
@@ -127,7 +126,6 @@ GCT_destroy_tunnel_now (struct CadetTunnel *t);
127int 126int
128GCT_add_inbound_connection (struct CadetTunnel *t, 127GCT_add_inbound_connection (struct CadetTunnel *t,
129 const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid, 128 const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid,
130 enum GNUNET_CADET_ChannelOption options,
131 struct CadetPeerPath *path); 129 struct CadetPeerPath *path);
132 130
133 131