aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-03-10 10:39:13 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-03-10 10:39:13 +0000
commit22eef4ab2f96eb3c36d0b87152a469b3a4e47754 (patch)
tree3e61a8322b950018b9d14697b5f6bfeb7e15fee2 /src/include/gnunet_container_lib.h
parenta2540528ac3ec7d2c7f46ce01922cee64c22ad3a (diff)
downloadgnunet-22eef4ab2f96eb3c36d0b87152a469b3a4e47754.tar.gz
gnunet-22eef4ab2f96eb3c36d0b87152a469b3a4e47754.zip
Add missing stub definitions of structs to the corresponding header files
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/**