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 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)
194 * @return cost of the node 194 * @return cost of the node
195 */ 195 */
196GNUNET_CONTAINER_HeapCostType 196GNUNET_CONTAINER_HeapCostType
197GNUNET_CONTAINER_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node) 197GNUNET_CONTAINER_heap_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node)
198{ 198{
199 return node->cost; 199 return node->cost;
200} 200}