Add searching operations, limited to a subsequence of the list.
[gnulib.git] / lib / gl_linkedhash_list.c
index bcd46e1..4580cbb 100644 (file)
@@ -99,8 +99,8 @@ const struct gl_list_implementation gl_linkedhash_list_implementation =
     gl_linked_previous_node,
     gl_linked_get_at,
     gl_linked_set_at,
-    gl_linked_search,
-    gl_linked_indexof,
+    gl_linked_search_from_to,
+    gl_linked_indexof_from_to,
     gl_linked_add_first,
     gl_linked_add_last,
     gl_linked_add_before,