aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_plugin.h')
-rw-r--r--src/include/gnunet_ats_plugin.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_ats_plugin.h b/src/include/gnunet_ats_plugin.h
index bec94b31b..e57b95a0f 100644
--- a/src/include/gnunet_ats_plugin.h
+++ b/src/include/gnunet_ats_plugin.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 (C) 2009-2015 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2009-2015 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -34,12 +34,12 @@
34#include "gnunet_ats_service.h" 34#include "gnunet_ats_service.h"
35#include "gnunet_statistics_service.h" 35#include "gnunet_statistics_service.h"
36 36
37struct ATS_Address;
38 37
39/* 38/**
40 * Solver API 39 * Representation of an address the plugin can choose from.
41 * ----------
42 */ 40 */
41struct ATS_Address;
42
43 43
44/** 44/**
45 * Change the preference for a peer 45 * Change the preference for a peer