From: Christian Grothoff Date: Sat, 29 Aug 2009 19:47:45 +0000 (+0000) Subject: more fixes X-Git-Tag: initial-import-from-subversion-38251~23569 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02e058ca700d62fb41d14cef5040cc613e74408a;p=oweals%2Fgnunet.git more fixes --- 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)--)