aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-19 01:05:57 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-19 01:05:57 +0000
commitd769049a7db56037ea4aff3d9d8a8d42a373ec9c (patch)
treefdcce1b9036dd15ecacf496cc3f7a7beb977d228 /src/include/gnunet_container_lib.h
parent41db8e4309d6c674066850dbbf823e591121d0c1 (diff)
downloadgnunet-d769049a7db56037ea4aff3d9d8a8d42a373ec9c.tar.gz
gnunet-d769049a7db56037ea4aff3d9d8a8d42a373ec9c.zip
-indentation, doxygen
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;