aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_heap.c
diff options
context:
space:
mode:
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;