Mercurial > hg > octave-kai > gnulib-hg
diff lib/gl_rbtreehash_list.c @ 9686:25f7280c9cf0
New abstract list operation 'node_set_value'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 10 Feb 2008 19:35:54 +0100 |
parents | bbbbbf4cd1c5 |
children | e8d2c6fc33ad |
line wrap: on
line diff
--- 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 <bruno@clisp.org>, 2006. This program is free software: you can redistribute it and/or modify @@ -100,6 +100,7 @@ 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,