convert conversation_api_call.c
[oweals/gnunet.git] / src / ats / ats_api_performance.c
index 490c74cfaf3d70caa9288fbbe9b1938c4c88a33f..48bb2ebf49a97ac7315de8a0376765a9da777049 100644 (file)
@@ -261,11 +261,9 @@ reconnect (struct GNUNET_ATS_PerformanceHandle *ph);
  * Re-establish the connection to the ATS service.
  *
  * @param cls handle to use to re-connect.
- * @param tc scheduler context
  */
 static void
-reconnect_task (void *cls,
-                const struct GNUNET_SCHEDULER_TaskContext *tc)
+reconnect_task (void *cls)
 {
   struct GNUNET_ATS_PerformanceHandle *ph = cls;