aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorDavid Brodski <david@brodski.eu>2011-04-19 11:14:30 +0000
committerDavid Brodski <david@brodski.eu>2011-04-19 11:14:30 +0000
commit80886220c43050805947be8027e05cf6fd1b4832 (patch)
tree52b5ec0017cfe38054f3d9381d330adbd5fb84b9 /src/util
parente147f47e3f61e298644f17aaa29cfa1f45fa8d9d (diff)
downloadgnunet-80886220c43050805947be8027e05cf6fd1b4832.tar.gz
gnunet-80886220c43050805947be8027e05cf6fd1b4832.zip
changed name to fit better
Diffstat (limited to 'src/util')
-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}