aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 6c7cede41..312dd1168 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -28,8 +28,6 @@
28#define GNUNET_SERVICE_TRANSPORT_MANIPULATION_H 28#define GNUNET_SERVICE_TRANSPORT_MANIPULATION_H
29 29
30#include "platform.h" 30#include "platform.h"
31#include "gnunet-service-transport_blacklist.h"
32#include "gnunet-service-transport_clients.h"
33#include "gnunet-service-transport_hello.h" 31#include "gnunet-service-transport_hello.h"
34#include "gnunet-service-transport_neighbours.h" 32#include "gnunet-service-transport_neighbours.h"
35#include "gnunet-service-transport_plugins.h" 33#include "gnunet-service-transport_plugins.h"
@@ -41,14 +39,10 @@
41/** 39/**
42 * Set traffic metric to manipulate 40 * Set traffic metric to manipulate
43 * 41 *
44 * @param cls closure
45 * @param client client sending message
46 * @param message containing information 42 * @param message containing information
47 */ 43 */
48void 44void
49GST_manipulation_set_metric (void *cls, 45GST_manipulation_set_metric (const struct TrafficMetricMessage *tm);
50 struct GNUNET_SERVER_Client *client,
51 const struct GNUNET_MessageHeader *message);
52 46
53 47
54/** 48/**