aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_application_service.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-08 12:33:09 +0000
committerng0 <ng0@n0.is>2019-09-08 12:33:09 +0000
commitd41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb (patch)
tree9efd18ea7d425652085ed0bd5e8e45604bc5f6b9 /src/include/gnunet_transport_application_service.h
parenta0fce305c565c0937d917a92712f15e9c5736260 (diff)
downloadgnunet-d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb.tar.gz
gnunet-d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb.zip
uncrustify as demanded.
Diffstat (limited to 'src/include/gnunet_transport_application_service.h')
-rw-r--r--src/include/gnunet_transport_application_service.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/include/gnunet_transport_application_service.h b/src/include/gnunet_transport_application_service.h
index c12bd7441..2219cf7a7 100644
--- a/src/include/gnunet_transport_application_service.h
+++ b/src/include/gnunet_transport_application_service.h
@@ -1,19 +1,19 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2010-2015, 2018, 2019 GNUnet e.V. 3 Copyright (C) 2010-2015, 2018, 2019 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
7 by the Free Software Foundation, either version 3 of the License, 7 by the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version. 8 or (at your option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
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 */
@@ -50,7 +50,7 @@ struct GNUNET_TRANSPORT_ApplicationHandle;
50 * @return ats application handle, NULL on error 50 * @return ats application handle, NULL on error
51 */ 51 */
52struct GNUNET_TRANSPORT_ApplicationHandle * 52struct GNUNET_TRANSPORT_ApplicationHandle *
53GNUNET_TRANSPORT_application_init ( 53GNUNET_TRANSPORT_application_init(
54 const struct GNUNET_CONFIGURATION_Handle *cfg); 54 const struct GNUNET_CONFIGURATION_Handle *cfg);
55 55
56 56
@@ -60,7 +60,7 @@ GNUNET_TRANSPORT_application_init (
60 * @param ch handle to destroy 60 * @param ch handle to destroy
61 */ 61 */
62void 62void
63GNUNET_TRANSPORT_application_done ( 63GNUNET_TRANSPORT_application_done(
64 struct GNUNET_TRANSPORT_ApplicationHandle *ch); 64 struct GNUNET_TRANSPORT_ApplicationHandle *ch);
65 65
66 66
@@ -75,7 +75,7 @@ GNUNET_TRANSPORT_application_done (
75 * @return suggest handle, NULL if a request is already pending 75 * @return suggest handle, NULL if a request is already pending
76 */ 76 */
77struct GNUNET_TRANSPORT_ApplicationSuggestHandle * 77struct GNUNET_TRANSPORT_ApplicationSuggestHandle *
78GNUNET_TRANSPORT_application_suggest ( 78GNUNET_TRANSPORT_application_suggest(
79 struct GNUNET_TRANSPORT_ApplicationHandle *ch, 79 struct GNUNET_TRANSPORT_ApplicationHandle *ch,
80 const struct GNUNET_PeerIdentity *peer, 80 const struct GNUNET_PeerIdentity *peer,
81 enum GNUNET_MQ_PriorityPreferences pk, 81 enum GNUNET_MQ_PriorityPreferences pk,
@@ -88,7 +88,7 @@ GNUNET_TRANSPORT_application_suggest (
88 * @param sh handle to stop 88 * @param sh handle to stop
89 */ 89 */
90void 90void
91GNUNET_TRANSPORT_application_suggest_cancel ( 91GNUNET_TRANSPORT_application_suggest_cancel(
92 struct GNUNET_TRANSPORT_ApplicationSuggestHandle *sh); 92 struct GNUNET_TRANSPORT_ApplicationSuggestHandle *sh);
93 93
94 94
@@ -108,7 +108,7 @@ GNUNET_TRANSPORT_application_suggest_cancel (
108 * @param addr address to validate 108 * @param addr address to validate
109 */ 109 */
110void 110void
111GNUNET_TRANSPORT_application_validate ( 111GNUNET_TRANSPORT_application_validate(
112 struct GNUNET_TRANSPORT_ApplicationHandle *ch, 112 struct GNUNET_TRANSPORT_ApplicationHandle *ch,
113 const struct GNUNET_PeerIdentity *peer, 113 const struct GNUNET_PeerIdentity *peer,
114 enum GNUNET_NetworkType nt, 114 enum GNUNET_NetworkType nt,