diff lib/gl_avltree_list.c @ 7405:0de49c40e105

Add searching operations, limited to a subsequence of the list.
author Bruno Haible <bruno@clisp.org>
date Thu, 05 Oct 2006 12:45:16 +0000
parents 1c4ed7637c24
children 9704ff2cbdfe
line wrap: on
line diff
--- a/lib/gl_avltree_list.c
+++ b/lib/gl_avltree_list.c
@@ -75,8 +75,8 @@
     gl_tree_previous_node,
     gl_tree_get_at,
     gl_tree_set_at,
-    gl_tree_search,
-    gl_tree_indexof,
+    gl_tree_search_from_to,
+    gl_tree_indexof_from_to,
     gl_tree_add_first,
     gl_tree_add_last,
     gl_tree_add_before,