X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgl_linked_list.c;h=546766d591d51922eb062b5d74f95c1a87b6e92b;hb=fca2f939ea0d8831cd89f89df4b52a9a47c210f2;hp=e73dd5fb49a84babf712f7b992db4f6bf8f08a11;hpb=c0ec3622458e791461e6dfe26964349317093517;p=gnulib.git diff --git a/lib/gl_linked_list.c b/lib/gl_linked_list.c index e73dd5fb4..546766d59 100644 --- a/lib/gl_linked_list.c +++ b/lib/gl_linked_list.c @@ -16,9 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "gl_linked_list.h" @@ -44,8 +42,8 @@ const struct gl_list_implementation gl_linked_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, @@ -60,7 +58,9 @@ const struct gl_list_implementation gl_linked_list_implementation = gl_linked_iterator_next, gl_linked_iterator_free, gl_linked_sortedlist_search, + gl_linked_sortedlist_search_from_to, gl_linked_sortedlist_indexof, + gl_linked_sortedlist_indexof_from_to, gl_linked_sortedlist_add, gl_linked_sortedlist_remove };