aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_tunnels.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2019-06-24 11:47:25 +0200
committert3sserakt <t3ss@posteo.de>2019-06-26 00:15:31 +0200
commitc4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5 (patch)
treed031140d5f703852853eb71823337fed9942f251 /src/cadet/gnunet-service-cadet_tunnels.h
parent17611641fe7da3d2711e1f20eaf2ee81faf0e702 (diff)
downloadgnunet-c4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5.tar.gz
gnunet-c4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5.zip
removed GNUNET_CADET_ChannelOption
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