summaryrefslogtreecommitdiff
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.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.h b/src/ats/gnunet-service-ats_preferences.h
index 48aa33ea6..49bf2ddbd 100644
--- a/src/ats/gnunet-service-ats_preferences.h
+++ b/src/ats/gnunet-service-ats_preferences.h
@@ -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