aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index 4435c4ae6..57bcf49f4 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.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 * @file ats/gnunet-service-ats_normalization.h 22 * @file ats/gnunet-service-ats_normalization.h
@@ -40,21 +40,21 @@
40 * @param address the address to update 40 * @param address the address to update
41 */ 41 */
42void 42void
43GAS_normalization_update_property (struct ATS_Address *address); 43GAS_normalization_update_property(struct ATS_Address *address);
44 44
45 45
46/** 46/**
47 * Start the normalization component 47 * Start the normalization component
48 */ 48 */
49void 49void
50GAS_normalization_start (void); 50GAS_normalization_start(void);
51 51
52 52
53/** 53/**
54 * Stop the normalization component and free all items 54 * Stop the normalization component and free all items
55 */ 55 */
56void 56void
57GAS_normalization_stop (void); 57GAS_normalization_stop(void);
58 58
59#endif 59#endif
60/* end of gnunet-service-ats_normalization.h */ 60/* end of gnunet-service-ats_normalization.h */