X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgl_rbtreehash_list.c;h=73ba2f6537a62d0812efd05f866a707651751ba4;hb=f1fcb8539c9d1c7d9cefb25ce5c07a099ea1f148;hp=faa95cff24e4946cfac3eda95dcd1ef3a12ee31b;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/gl_rbtreehash_list.c b/lib/gl_rbtreehash_list.c index faa95cff2..73ba2f653 100644 --- a/lib/gl_rbtreehash_list.c +++ b/lib/gl_rbtreehash_list.c @@ -1,5 +1,5 @@ /* Sequential list data type implemented by a hash table with a binary tree. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2008 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -100,6 +100,7 @@ const struct gl_list_implementation gl_rbtreehash_list_implementation = gl_tree_create, gl_tree_size, gl_tree_node_value, + gl_tree_node_set_value, gl_tree_next_node, gl_tree_previous_node, gl_tree_get_at,