* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
[gnulib.git] / lib / gl_rbtreehash_list.c
index 63eb876..9598d14 100644 (file)
@@ -121,7 +121,9 @@ const struct gl_list_implementation gl_rbtreehash_list_implementation =
     gl_tree_iterator_next,
     gl_tree_iterator_free,
     gl_tree_sortedlist_search,
+    gl_tree_sortedlist_search_from_to,
     gl_tree_sortedlist_indexof,
+    gl_tree_sortedlist_indexof_from_to,
     gl_tree_sortedlist_add,
     gl_tree_sortedlist_remove
   };