aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorDavid Brodski <david@brodski.eu>2011-04-19 11:13:52 +0000
committerDavid Brodski <david@brodski.eu>2011-04-19 11:13:52 +0000
commite147f47e3f61e298644f17aaa29cfa1f45fa8d9d (patch)
tree7631942c3ef460bcb70f83e1eea99b9989615869 /src/include
parent6998c967808d02bb71ee2999dc81c9f5f480cdf5 (diff)
downloadgnunet-e147f47e3f61e298644f17aaa29cfa1f45fa8d9d.tar.gz
gnunet-e147f47e3f61e298644f17aaa29cfa1f45fa8d9d.zip
changed name to fit better
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_container_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 3d1a2c97a..26579809d 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -925,7 +925,7 @@ GNUNET_CONTAINER_heap_get_size (const struct GNUNET_CONTAINER_Heap *heap);
925 * @return cost of the node 925 * @return cost of the node
926 */ 926 */
927GNUNET_CONTAINER_HeapCostType 927GNUNET_CONTAINER_HeapCostType
928GNUNET_CONTAINER_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node); 928GNUNET_CONTAINER_heap_node_get_cost (const struct GNUNET_CONTAINER_HeapNode *node);
929 929
930/** 930/**
931 * Iterator for heap 931 * Iterator for heap