aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r--src/fs/gnunet-fs-gtk.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index 054fc7bc..58db7609 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -233,11 +233,9 @@ GNUNET_GTK_main_window_configure_event_cb (GtkWidget *main_window,
233 * Task run on shutdown. 233 * Task run on shutdown.
234 * 234 *
235 * @param cls NULL 235 * @param cls NULL
236 * @param tc scheduler context, unused
237 */ 236 */
238static void 237static void
239shutdown_task (void *cls, 238shutdown_task (void *cls)
240 const struct GNUNET_SCHEDULER_TaskContext *tc)
241{ 239{
242 struct SearchLookup *sl; 240 struct SearchLookup *sl;
243 struct PseuLookupContext *lctx; 241 struct PseuLookupContext *lctx;
@@ -678,11 +676,9 @@ handle_sks_zone_identity (void *cls,
678 * is initialized. Initializes up GTK and Glade. 676 * is initialized. Initializes up GTK and Glade.
679 * 677 *
680 * @param cls handle to the main loop (`struct GNUNET_GTK_MainLoop`) 678 * @param cls handle to the main loop (`struct GNUNET_GTK_MainLoop`)
681 * @param tc scheduler context, unused
682 */ 679 */
683static void 680static void
684run (void *cls, 681run (void *cls)
685 const struct GNUNET_SCHEDULER_TaskContext *tc)
686{ 682{
687 unsigned long long dl_parallel; 683 unsigned long long dl_parallel;
688 unsigned long long req_parallel; 684 unsigned long long req_parallel;