From: David Brodski Date: Tue, 19 Apr 2011 11:14:30 +0000 (+0000) Subject: changed name to fit better X-Git-Tag: initial-import-from-subversion-38251~18658 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80886220c43050805947be8027e05cf6fd1b4832;p=oweals%2Fgnunet.git changed name to fit better --- 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; }