aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 60082489c..12ab1ae02 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -612,9 +612,10 @@ enum GNUNET_CONTAINER_MultiHashMapOption
612 * iterate, 612 * iterate,
613 * #GNUNET_NO if not. 613 * #GNUNET_NO if not.
614 */ 614 */
615typedef int (*GNUNET_CONTAINER_HashMapIterator) (void *cls, 615typedef int
616 const struct GNUNET_HashCode *key, 616(*GNUNET_CONTAINER_HashMapIterator) (void *cls,
617 void *value); 617 const struct GNUNET_HashCode *key,
618 void *value);
618 619
619 620
620/** 621/**
@@ -856,9 +857,10 @@ GNUNET_CONTAINER_multihashmap_get_multiple (const struct GNUNET_CONTAINER_MultiH
856 * iterate, 857 * iterate,
857 * #GNUNET_NO if not. 858 * #GNUNET_NO if not.
858 */ 859 */
859typedef int (*GNUNET_CONTAINER_PeerMapIterator) (void *cls, 860typedef int
860 const struct GNUNET_PeerIdentity *key, 861(*GNUNET_CONTAINER_PeerMapIterator) (void *cls,
861 void *value); 862 const struct GNUNET_PeerIdentity *key,
863 void *value);
862 864
863 865
864struct GNUNET_CONTAINER_MultiPeerMap; 866struct GNUNET_CONTAINER_MultiPeerMap;