From 02e058ca700d62fb41d14cef5040cc613e74408a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 29 Aug 2009 19:47:45 +0000 Subject: [PATCH] more fixes --- src/util/test_container_bloomfilter.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c index 9beb11298..ccaea45ae 100644 --- a/src/util/test_container_bloomfilter.c +++ b/src/util/test_container_bloomfilter.c @@ -42,9 +42,10 @@ nextHC (GNUNET_HashCode * hc) } static int -add_iterator (GNUNET_HashCode * next, void *arg) +add_iterator (void *cls, + GNUNET_HashCode * next) { - int *ret = arg; + int *ret = cls; GNUNET_HashCode pos; if (0 == (*ret)--) -- 2.25.1