aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-28 08:26:01 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-28 08:26:01 +0000
commitee5b1f4bca1a46e19d12d1bf3743ec1272d661e8 (patch)
tree4d7185e42830a7cbb31a98cb8bc29d7138855e37 /src/include/gnunet_container_lib.h
parentf23239f779a412049d064ad38e307b7a083baa10 (diff)
downloadgnunet-ee5b1f4bca1a46e19d12d1bf3743ec1272d661e8.tar.gz
gnunet-ee5b1f4bca1a46e19d12d1bf3743ec1272d661e8.zip
fix
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 9756d0751..1f38dae57 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -829,8 +829,8 @@ void *GNUNET_CONTAINER_heap_peek (struct GNUNET_CONTAINER_Heap *heap);
829 * percolation of nodes. 829 * percolation of nodes.
830 * 830 *
831 * @param heap the heap 831 * @param heap the heap
832 * @param element element to remove 832 * @param element the element to remove
833 * @return FIXME 833 * @return NULL if "element" was not found in the heap, otherwise element
834 */ 834 */
835void *GNUNET_CONTAINER_heap_remove_node (struct GNUNET_CONTAINER_Heap *heap, 835void *GNUNET_CONTAINER_heap_remove_node (struct GNUNET_CONTAINER_Heap *heap,
836 void *element); 836 void *element);