aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_math.h')
-rw-r--r--src/ats/gnunet-service-ats_math.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ats/gnunet-service-ats_math.h b/src/ats/gnunet-service-ats_math.h
index 1324c30d0..0ec85f3f0 100644
--- a/src/ats/gnunet-service-ats_math.h
+++ b/src/ats/gnunet-service-ats_math.h
@@ -67,11 +67,10 @@
67struct ATS_mechanism; 67struct ATS_mechanism;
68struct ATS_peer; 68struct ATS_peer;
69 69
70typedef void (*GNUNET_ATS_AddressNotification) (struct ATS_peer ** 70typedef void (*GNUNET_ATS_AddressNotification) (struct ATS_peer ** peers,
71 peers, int *c_p, 71 int *c_p,
72 struct ATS_mechanism 72 struct ATS_mechanism **
73 ** mechanisms, 73 mechanisms, int *c_m);
74 int *c_m);
75 74
76typedef void (*GNUNET_ATS_ResultCallback) (void); 75typedef void (*GNUNET_ATS_ResultCallback) (void);
77 76