X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ffs_api.c;h=2db475528d5dacc42579e2e754686e8b37e56518;hb=29e6158507a0758192075ac6ece7ba8e75ddc49a;hp=f85b8e73968e8484042127b96e2258f200c54655;hpb=5dfcb058ab5db9ae0c4b147d8a99c64ca0980028;p=oweals%2Fgnunet.git diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index f85b8e739..2db475528 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -108,11 +108,9 @@ stop_job (struct GNUNET_FS_QueueEntry *qe) * and stopping others. * * @param cls the `struct GNUNET_FS_Handle *` - * @param tc scheduler context */ static void -process_job_queue (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +process_job_queue (void *cls) { struct GNUNET_FS_Handle *h = cls; struct GNUNET_FS_QueueEntry *qe;