X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=src%2Ftesting%2Ftesting.c;h=32cd09b84b13b39b95a3fa1bf050f15ed4764367;hb=29e6158507a0758192075ac6ece7ba8e75ddc49a;hp=07129fd6f1f731722c155fc10a0d0ddae4d8b512;hpb=5dfcb058ab5db9ae0c4b147d8a99c64ca0980028;p=oweals%2Fgnunet.git diff --git a/src/testing/testing.c b/src/testing/testing.c index 07129fd6f..32cd09b84 100644 --- a/src/testing/testing.c +++ b/src/testing/testing.c @@ -1654,11 +1654,9 @@ struct ServiceContext * Callback to be called when SCHEDULER has been started * * @param cls the ServiceContext - * @param tc the TaskContext */ static void -service_run_main (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +service_run_main (void *cls) { struct ServiceContext *sc = cls;