From ebd1325d27e2062f3fb8e92766178ab0660c2dac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Dec 2009 17:21:14 +0000 Subject: [PATCH] fix --- src/util/container_heap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/container_heap.c b/src/util/container_heap.c index 1bb7d5790..78881d808 100644 --- a/src/util/container_heap.c +++ b/src/util/container_heap.c @@ -267,6 +267,7 @@ GNUNET_CONTAINER_heap_walk_get_next (struct GNUNET_CONTAINER_Heap *heap) * Insert the given node 'node' into the subtree starting * at 'pos' (while keeping the tree somewhat balanced). * + * @param heap heap to modify * @param pos existing tree * @param node node to insert (which may be a subtree itself) */ -- 2.25.1