aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multihashmap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-10 12:43:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-10 12:43:13 +0000
commitf3c3d75c394f6840f13de52d605ae429eed70616 (patch)
tree246bf972d745edfdc53cf6cdb6c594e390174262 /src/util/container_multihashmap.c
parent0be8753c49d74d78c33f667473d7617eccbc24f8 (diff)
downloadgnunet-f3c3d75c394f6840f13de52d605ae429eed70616.tar.gz
gnunet-f3c3d75c394f6840f13de52d605ae429eed70616.zip
-const where const can
Diffstat (limited to 'src/util/container_multihashmap.c')
-rw-r--r--src/util/container_multihashmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_multihashmap.c b/src/util/container_multihashmap.c
index a23f96798..14ddd06a5 100644
--- a/src/util/container_multihashmap.c
+++ b/src/util/container_multihashmap.c
@@ -348,7 +348,7 @@ GNUNET_CONTAINER_multihashmap_iterate (const struct
348int 348int
349GNUNET_CONTAINER_multihashmap_remove (struct GNUNET_CONTAINER_MultiHashMap *map, 349GNUNET_CONTAINER_multihashmap_remove (struct GNUNET_CONTAINER_MultiHashMap *map,
350 const struct GNUNET_HashCode *key, 350 const struct GNUNET_HashCode *key,
351 void *value) 351 const void *value)
352{ 352{
353 union MapEntry me; 353 union MapEntry me;
354 unsigned int i; 354 unsigned int i;