From 80886220c43050805947be8027e05cf6fd1b4832 Mon Sep 17 00:00:00 2001 From: David Brodski Date: Tue, 19 Apr 2011 11:14:30 +0000 Subject: changed name to fit better --- src/util/container_heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/container_heap.c b/src/util/container_heap.c index 89e65b270..a7e79cc7e 100644 --- a/src/util/container_heap.c +++ b/src/util/container_heap.c @@ -194,7 +194,7 @@ GNUNET_CONTAINER_heap_get_size (const struct GNUNET_CONTAINER_Heap *heap) * @return cost of the node */ GNUNET_CONTAINER_HeapCostType -GNUNET_CONTAINER_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node) +GNUNET_CONTAINER_heap_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node) { return node->cost; } -- cgit v1.2.3