X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgl_rbtree_list.c;h=b4f37e661bc6aa758b29aff26b19c5664906fc4e;hb=2bf5212a9072b050b2a44c9695305c605e1b7dbe;hp=ee6f96ce6b596dabfd7611f4836555d8fafda3b7;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/gl_rbtree_list.c b/lib/gl_rbtree_list.c index ee6f96ce6..b4f37e661 100644 --- a/lib/gl_rbtree_list.c +++ b/lib/gl_rbtree_list.c @@ -1,5 +1,5 @@ /* Sequential list data type implemented by 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 @@ -71,6 +71,7 @@ const struct gl_list_implementation gl_rbtree_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,