aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet_connection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cadet/gnunet-service-cadet_connection.h b/src/cadet/gnunet-service-cadet_connection.h
index 7cdbc9dee..d3de3347c 100644
--- a/src/cadet/gnunet-service-cadet_connection.h
+++ b/src/cadet/gnunet-service-cadet_connection.h
@@ -1,4 +1,3 @@
1
2/* 1/*
3 This file is part of GNUnet. 2 This file is part of GNUnet.
4 Copyright (C) 2001-2017 GNUnet e.V. 3 Copyright (C) 2001-2017 GNUnet e.V.
@@ -89,7 +88,6 @@ GCC_lookup (const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid);
89 * @param destination where to go 88 * @param destination where to go
90 * @param path which path to take (may not be the full path) 89 * @param path which path to take (may not be the full path)
91 * @param off offset of @a destination on @a path 90 * @param off offset of @a destination on @a path
92 * @param options options for the connection
93 * @param ct which tunnel uses this connection 91 * @param ct which tunnel uses this connection
94 * @param ready_cb function to call when ready to transmit 92 * @param ready_cb function to call when ready to transmit
95 * @param ready_cb_cls closure for @a cb 93 * @param ready_cb_cls closure for @a cb
@@ -99,7 +97,6 @@ struct CadetConnection *
99GCC_create (struct CadetPeer *destination, 97GCC_create (struct CadetPeer *destination,
100 struct CadetPeerPath *path, 98 struct CadetPeerPath *path,
101 unsigned int off, 99 unsigned int off,
102 enum GNUNET_CADET_ChannelOption options,
103 struct CadetTConnection *ct, 100 struct CadetTConnection *ct,
104 GCC_ReadyCallback ready_cb, 101 GCC_ReadyCallback ready_cb,
105 void *ready_cb_cls); 102 void *ready_cb_cls);
@@ -112,7 +109,6 @@ GCC_create (struct CadetPeer *destination,
112 * 109 *
113 * @param destination where to go 110 * @param destination where to go
114 * @param path which path to take (may not be the full path) 111 * @param path which path to take (may not be the full path)
115 * @param options options for the connection
116 * @param ct which tunnel uses this connection 112 * @param ct which tunnel uses this connection
117 * @param ready_cb function to call when ready to transmit 113 * @param ready_cb function to call when ready to transmit
118 * @param ready_cb_cls closure for @a cb 114 * @param ready_cb_cls closure for @a cb
@@ -122,7 +118,6 @@ GCC_create (struct CadetPeer *destination,
122struct CadetConnection * 118struct CadetConnection *
123GCC_create_inbound (struct CadetPeer *destination, 119GCC_create_inbound (struct CadetPeer *destination,
124 struct CadetPeerPath *path, 120 struct CadetPeerPath *path,
125 enum GNUNET_CADET_ChannelOption options,
126 struct CadetTConnection *ct, 121 struct CadetTConnection *ct,
127 const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid, 122 const struct GNUNET_CADET_ConnectionTunnelIdentifier *cid,
128 GCC_ReadyCallback ready_cb, 123 GCC_ReadyCallback ready_cb,