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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 4d1f194a3..165643f60 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -856,6 +856,7 @@ typedef int (*GNUNET_CONTAINER_PeerMapIterator) (void *cls,
856 void *value); 856 void *value);
857 857
858 858
859struct GNUNET_CONTAINER_MultiPeerMap;
859/** 860/**
860 * @ingroup hashmap 861 * @ingroup hashmap
861 * Create a multi peer map (hash map for public keys of peers). 862 * Create a multi peer map (hash map for public keys of peers).
@@ -1014,6 +1015,7 @@ GNUNET_CONTAINER_multipeermap_iterate (const struct GNUNET_CONTAINER_MultiPeerMa
1014 void *it_cls); 1015 void *it_cls);
1015 1016
1016 1017
1018struct GNUNET_CONTAINER_MultiPeerMapIterator;
1017/** 1019/**
1018 * @ingroup hashmap 1020 * @ingroup hashmap
1019 * Create an iterator for a multihashmap. 1021 * Create an iterator for a multihashmap.
@@ -1824,6 +1826,7 @@ enum GNUNET_CONTAINER_SListDisposition
1824 GNUNET_CONTAINER_SLIST_DISPOSITION_DYNAMIC = 4 1826 GNUNET_CONTAINER_SLIST_DISPOSITION_DYNAMIC = 4
1825}; 1827};
1826 1828
1829struct GNUNET_CONTAINER_SList_Elem;
1827 1830
1828 1831
1829/** 1832/**