summaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_manipulation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_manipulation_service.h')
-rw-r--r--src/include/gnunet_transport_manipulation_service.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/gnunet_transport_manipulation_service.h b/src/include/gnunet_transport_manipulation_service.h
index 5b37345b0..3149d1dd5 100644
--- a/src/include/gnunet_transport_manipulation_service.h
+++ b/src/include/gnunet_transport_manipulation_service.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @author Christian Grothoff 22 * @author Christian Grothoff
@@ -66,7 +66,7 @@ struct GNUNET_TRANSPORT_ManipulationHandle;
66 * @return NULL on error 66 * @return NULL on error
67 */ 67 */
68struct GNUNET_TRANSPORT_ManipulationHandle * 68struct GNUNET_TRANSPORT_ManipulationHandle *
69GNUNET_TRANSPORT_manipulation_connect (const struct GNUNET_CONFIGURATION_Handle *cfg); 69GNUNET_TRANSPORT_manipulation_connect(const struct GNUNET_CONFIGURATION_Handle *cfg);
70 70
71 71
72/** 72/**
@@ -75,7 +75,7 @@ GNUNET_TRANSPORT_manipulation_connect (const struct GNUNET_CONFIGURATION_Handle
75 * @param handle handle returned from connect 75 * @param handle handle returned from connect
76 */ 76 */
77void 77void
78GNUNET_TRANSPORT_manipulation_disconnect (struct GNUNET_TRANSPORT_ManipulationHandle *handle); 78GNUNET_TRANSPORT_manipulation_disconnect(struct GNUNET_TRANSPORT_ManipulationHandle *handle);
79 79
80 80
81/** 81/**
@@ -91,11 +91,11 @@ GNUNET_TRANSPORT_manipulation_disconnect (struct GNUNET_TRANSPORT_ManipulationHa
91 * with one message delay. 91 * with one message delay.
92 */ 92 */
93void 93void
94GNUNET_TRANSPORT_manipulation_set (struct GNUNET_TRANSPORT_ManipulationHandle *handle, 94GNUNET_TRANSPORT_manipulation_set(struct GNUNET_TRANSPORT_ManipulationHandle *handle,
95 const struct GNUNET_PeerIdentity *peer, 95 const struct GNUNET_PeerIdentity *peer,
96 const struct GNUNET_ATS_Properties *prop, 96 const struct GNUNET_ATS_Properties *prop,
97 struct GNUNET_TIME_Relative delay_in, 97 struct GNUNET_TIME_Relative delay_in,
98 struct GNUNET_TIME_Relative delay_out); 98 struct GNUNET_TIME_Relative delay_out);
99 99
100 100
101#if 0 /* keep Emacsens' auto-indent happy */ 101#if 0 /* keep Emacsens' auto-indent happy */