From: Christian Grothoff Date: Wed, 30 Dec 2009 17:21:14 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22994 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ebd1325d27e2062f3fb8e92766178ab0660c2dac;p=oweals%2Fgnunet.git fix --- 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) */