aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-identity-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-identity-gtk.c')
-rw-r--r--src/identity/gnunet-identity-gtk.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/identity/gnunet-identity-gtk.c b/src/identity/gnunet-identity-gtk.c
index ca5668f0..3edb7bb4 100644
--- a/src/identity/gnunet-identity-gtk.c
+++ b/src/identity/gnunet-identity-gtk.c
@@ -379,10 +379,9 @@ GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name_text_edited_cb
379 * Task run on shutdown. 379 * Task run on shutdown.
380 * 380 *
381 * @param cls unused 381 * @param cls unused
382 * @param tc scheduler context, unused
383 */ 382 */
384static void 383static void
385shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 384shutdown_task (void *cls)
386{ 385{
387 struct OperationContext *oc; 386 struct OperationContext *oc;
388 387
@@ -496,10 +495,9 @@ add_ego (void *cls,
496 * is initialized. Initializes up GTK and Glade. 495 * is initialized. Initializes up GTK and Glade.
497 * 496 *
498 * @param cls NULL 497 * @param cls NULL
499 * @param tc schedule context
500 */ 498 */
501static void 499static void
502run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 500run (void *cls)
503{ 501{
504 GtkWidget *main_window; 502 GtkWidget *main_window;
505 GtkTreeIter iter; 503 GtkTreeIter iter;