aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 6b7016c74..2aa7e020a 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -1006,7 +1006,6 @@ GNUNET_CONTAINER_heap_remove_root (struct GNUNET_CONTAINER_Heap *heap);
1006/** 1006/**
1007 * Removes a node from the heap. 1007 * Removes a node from the heap.
1008 * 1008 *
1009 * @param heap heap to modify
1010 * @param node node to remove 1009 * @param node node to remove
1011 * @return element data stored at the node, NULL if heap is empty 1010 * @return element data stored at the node, NULL if heap is empty
1012 */ 1011 */