src/utils_avltree.[ch]: Documented the interface of the AVL-tree.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 15 Feb 2007 08:47:37 +0000 (09:47 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 15 Feb 2007 08:47:37 +0000 (09:47 +0100)
commite00f829437e24dfc52f2aeeced75fd36467da7a2
tree3e808616692eda7aedf62e5832c8561514cee60d
parentf4c3e684850315991f0760e90f5d845af4615d5f
src/utils_avltree.[ch]: Documented the interface of the AVL-tree.

The iterator-code has been disabled, because it's not very practical and
`utils_llist' should be used if order matters. `avl_node_{next,prev}' have been
made `static', because they're not exported.
src/utils_avltree.c
src/utils_avltree.h