aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-23 10:47:47 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-23 10:47:47 +0000
commit21bac846638fbbbe2b03672295d4f14fc3ceb839 (patch)
treeedd9bc8a6bad2839014be46498a9cd9065ac2624 /src/util
parent2c9743fed0eb54a28cf376ef8fbb7a934990684c (diff)
downloadgnunet-21bac846638fbbbe2b03672295d4f14fc3ceb839.tar.gz
gnunet-21bac846638fbbbe2b03672295d4f14fc3ceb839.zip
-rename to conform with naming conventions
Diffstat (limited to 'src/util')
-rw-r--r--src/util/container_bloomfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index 9554e0ec0..8658320c1 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -850,7 +850,7 @@ GNUNET_CONTAINER_bloomfilter_remove (struct GNUNET_CONTAINER_BloomFilter *bf,
850 */ 850 */
851void 851void
852GNUNET_CONTAINER_bloomfilter_resize (struct GNUNET_CONTAINER_BloomFilter *bf, 852GNUNET_CONTAINER_bloomfilter_resize (struct GNUNET_CONTAINER_BloomFilter *bf,
853 GNUNET_HashCodeIterator iterator, 853 GNUNET_CONTAINER_HashCodeIterator iterator,
854 void *iterator_cls, size_t size, 854 void *iterator_cls, size_t size,
855 unsigned int k) 855 unsigned int k)
856{ 856{