LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / util / container_heap.c
index 89e65b270295f28684a91c57ec2a520c5a0ea515..a7e79cc7e387b4c79709455dc9448a3599962d3a 100644 (file)
@@ -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;
 }