more fixes
authorChristian Grothoff <christian@grothoff.org>
Sat, 29 Aug 2009 19:47:45 +0000 (19:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 29 Aug 2009 19:47:45 +0000 (19:47 +0000)
src/util/test_container_bloomfilter.c

index 9beb1129898c52b08adb89971984f13ba837c0ec..ccaea45aec72450b40895962b337c69cca61b58d 100644 (file)
@@ -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)--)