aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-30 16:22:05 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-30 16:22:05 +0000
commitc3b56025c82ad6f22be85d2986081667d9a2eb92 (patch)
treee9d91d12312ebd6988327d45560fd68efc29bf29 /src/transport/gnunet-service-transport_manipulation.c
parent468b3707c580e37fa52783c3c95b3604ef04811a (diff)
downloadgnunet-c3b56025c82ad6f22be85d2986081667d9a2eb92.tar.gz
gnunet-c3b56025c82ad6f22be85d2986081667d9a2eb92.zip
-cleanup
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c10
1 files changed, 6 insertions, 4 deletions
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2010,2011 Christian Grothoff (and other contributing authors) 3 (C) 2010-2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 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)
496 man_handle.peers = GNUNET_CONTAINER_multihashmap_create (10, GNUNET_NO); 496 man_handle.peers = GNUNET_CONTAINER_multihashmap_create (10, GNUNET_NO);
497} 497}
498 498
499int free_tmps (void *cls, 499
500 const struct GNUNET_HashCode * key, 500static int
501 void *value) 501free_tmps (void *cls,
502 const struct GNUNET_HashCode * key,
503 void *value)
502{ 504{
503 struct DelayQueueEntry *dqe; 505 struct DelayQueueEntry *dqe;
504 struct DelayQueueEntry *next; 506 struct DelayQueueEntry *next;