aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-16 09:20:46 +0200
committert3sserakt <t3ss@posteo.de>2021-08-16 09:21:00 +0200
commit0cd927b915340f09d19c8d2d6f6851c81340ec70 (patch)
tree3e435523b7eab4fe6247cf955c10fc47c111cdf4 /src/include/gnunet_container_lib.h
parent58b837048d27e04db8f5c02d6559fe7880c6cdb3 (diff)
parent26132842da462e44c397bda0941bcb9bf5e1c942 (diff)
downloadgnunet-0cd927b915340f09d19c8d2d6f6851c81340ec70.tar.gz
gnunet-0cd927b915340f09d19c8d2d6f6851c81340ec70.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index c8930746d..3eb80595c 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -2608,7 +2608,8 @@ GNUNET_CONTAINER_heap_node_get_cost (
2608 * @return #GNUNET_YES if we should continue to iterate, 2608 * @return #GNUNET_YES if we should continue to iterate,
2609 * #GNUNET_NO if not. 2609 * #GNUNET_NO if not.
2610 */ 2610 */
2611typedef int (*GNUNET_CONTAINER_HeapIterator) ( 2611typedef int
2612(*GNUNET_CONTAINER_HeapIterator) (
2612 void *cls, 2613 void *cls,
2613 struct GNUNET_CONTAINER_HeapNode *node, 2614 struct GNUNET_CONTAINER_HeapNode *node,
2614 void *element, 2615 void *element,