- test for external iterator
[oweals/gnunet.git] / src / util / container_multihashmap.c
index bd22732be68cfd7441762ec49c0a38b69c765a66..1cd699dffd686dfd777374817fa2fc801b180105 100644 (file)
@@ -838,7 +838,7 @@ GNUNET_CONTAINER_multihashmap_iterator_create (const struct GNUNET_CONTAINER_Mul
  */
 int
 GNUNET_CONTAINER_multihashmap_iterator_next (struct GNUNET_CONTAINER_MultiHashMapIterator *iter,
-                                             struct GNUNET_HashCode *key, void **value)
+                                             struct GNUNET_HashCode *key, const void **value)
 {
   /* make sure nobody modified the map */
   GNUNET_assert (iter->modification_counter == iter->map->modification_counter);