extern gl_list_node_t gl_list_search_from_to (gl_list_t list,
                                                 size_t start_index,
                                                 size_t end_index,
                                                 const void *elt);

   ###

   That means END_INDEX is not included in the search as some people may think.
   Do you agree on this ?

If that semantic of `end_index' is coherently used in all the API then
it should not be a problem.

I think I am agnostic relating this issue. Both alternatives are fine
to me. Anyway, if we change the API we should do it ASAP. I also would
call the argument `offset' instead of `count'.

So my vote is a null vote :) Lets see what others think about this.

-- 
Jose E. Marchesi  <[EMAIL PROTECTED]>
                  <[EMAIL PROTECTED]>

GNU Spain         http://es.gnu.org
GNU Project       http://www.gnu.org


Reply via email to