aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.h')
-rw-r--r--src/ats/gnunet-service-ats_preferences.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.h b/src/ats/gnunet-service-ats_preferences.h
index e0c7aa2e3..48aa33ea6 100644
--- a/src/ats/gnunet-service-ats_preferences.h
+++ b/src/ats/gnunet-service-ats_preferences.h
@@ -1,19 +1,19 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2011-2014 GNUnet e.V. 3 Copyright (C) 2011-2014 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,22 +50,22 @@
50 * @param msg the request message 50 * @param msg the request message
51 */ 51 */
52void 52void
53GAS_handle_preference_change (struct GNUNET_SERVICE_Client *client, 53GAS_handle_preference_change(struct GNUNET_SERVICE_Client *client,
54 const struct ChangePreferenceMessage *msg); 54 const struct ChangePreferenceMessage *msg);
55 55
56 56
57/** 57/**
58 * Initialize preferences subsystem. 58 * Initialize preferences subsystem.
59 */ 59 */
60void 60void
61GAS_preference_init (void); 61GAS_preference_init(void);
62 62
63 63
64/** 64/**
65 * Shutdown preferences subsystem. 65 * Shutdown preferences subsystem.
66 */ 66 */
67void 67void
68GAS_preference_done (void); 68GAS_preference_done(void);
69 69
70 70
71/** 71/**
@@ -77,8 +77,8 @@ GAS_preference_done (void);
77 * with `enum GNUNET_ATS_PreferenceKind`, never NULL 77 * with `enum GNUNET_ATS_PreferenceKind`, never NULL
78 */ 78 */
79const double * 79const double *
80GAS_preference_get_by_peer (void *cls, 80GAS_preference_get_by_peer(void *cls,
81 const struct GNUNET_PeerIdentity *id); 81 const struct GNUNET_PeerIdentity *id);
82 82
83 83
84/** 84/**
@@ -87,7 +87,7 @@ GAS_preference_get_by_peer (void *cls,
87 * @param client the disconnecting client 87 * @param client the disconnecting client
88 */ 88 */
89void 89void
90GAS_preference_client_disconnect (struct GNUNET_SERVICE_Client *client); 90GAS_preference_client_disconnect(struct GNUNET_SERVICE_Client *client);
91 91
92 92
93#endif 93#endif