From c3b56025c82ad6f22be85d2986081667d9a2eb92 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 30 Mar 2013 16:22:05 +0000 Subject: -cleanup --- src/transport/gnunet-service-transport_manipulation.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/transport') diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c index ffb9a0ecd..a51e9da4e 100644 --- a/src/transport/gnunet-service-transport_manipulation.c +++ b/src/transport/gnunet-service-transport_manipulation.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - (C) 2010,2011 Christian Grothoff (and other contributing authors) + (C) 2010-2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -496,9 +496,11 @@ GST_manipulation_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg) man_handle.peers = GNUNET_CONTAINER_multihashmap_create (10, GNUNET_NO); } -int free_tmps (void *cls, - const struct GNUNET_HashCode * key, - void *value) + +static int +free_tmps (void *cls, + const struct GNUNET_HashCode * key, + void *value) { struct DelayQueueEntry *dqe; struct DelayQueueEntry *next; -- cgit v1.2.3