projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e147f47
)
changed name to fit better
author
David Brodski
<david@brodski.eu>
Tue, 19 Apr 2011 11:14:30 +0000
(11:14 +0000)
committer
David Brodski
<david@brodski.eu>
Tue, 19 Apr 2011 11:14:30 +0000
(11:14 +0000)
src/util/container_heap.c
patch
|
blob
|
history
diff --git
a/src/util/container_heap.c
b/src/util/container_heap.c
index 89e65b270295f28684a91c57ec2a520c5a0ea515..a7e79cc7e387b4c79709455dc9448a3599962d3a 100644
(file)
--- 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;
}