aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index f237c71ac..0ef481d48 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -120,7 +120,8 @@ GAS_handle_preference_change (void *cls, struct GNUNET_SERVER_Client *client,
120 * @param server handle to our server 120 * @param server handle to our server
121 */ 121 */
122void 122void
123GAS_performance_init (struct GNUNET_SERVER_Handle *server); 123GAS_performance_init (struct GNUNET_SERVER_Handle *server,
124 struct GAS_Addresses_Handle *GSA_addresses);
124 125
125 126
126/** 127/**