aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_heap.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-29 16:36:54 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-29 16:36:54 +0000
commit78e6e273af9fbf0f66781464a997fe130fbd89e1 (patch)
treea4e99108ebaad6cb8270b27a52f17f01f42e2d93 /src/util/container_heap.c
parent5e73fcf9efb7ec0d0edd62c956a1f62f108b1b06 (diff)
downloadgnunet-78e6e273af9fbf0f66781464a997fe130fbd89e1.tar.gz
gnunet-78e6e273af9fbf0f66781464a997fe130fbd89e1.zip
fix
Diffstat (limited to 'src/util/container_heap.c')
-rw-r--r--src/util/container_heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_heap.c b/src/util/container_heap.c
index 8c3cb41aa..efe968e82 100644
--- a/src/util/container_heap.c
+++ b/src/util/container_heap.c
@@ -146,7 +146,7 @@ GNUNET_CONTAINER_heap_destroy (struct GNUNET_CONTAINER_Heap *heap)
146 return; 146 return;
147} 147}
148 148
149struct GNUNET_CONTAINER_heap_node * 149static struct GNUNET_CONTAINER_heap_node *
150find_element (struct GNUNET_CONTAINER_heap_node *node, void *element) 150find_element (struct GNUNET_CONTAINER_heap_node *node, void *element)
151{ 151{
152 struct GNUNET_CONTAINER_heap_node *ret; 152 struct GNUNET_CONTAINER_heap_node *ret;