From 9d8fbcf53d8d4b3be91b1ee4348c033c3fbe9837 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Fri, 8 Jun 2018 11:52:35 +0100 Subject: [PATCH] There is no cfulist_set_free_function --- doc/libcfu.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/libcfu.texi b/doc/libcfu.texi index aacca70..3dc1a89 100644 --- a/doc/libcfu.texi +++ b/doc/libcfu.texi @@ -517,8 +517,7 @@ cfulist_map(). The return value is used to build a new list. @deftypefun {void} cfulist_delete_data_with_free_fn (cfulist_t * @var{list}, void * @var{data}, cfulist_free_fn_t @var{ff}) Deletes the entry in the list associated with value. If ff is not NULL, it - is called for value of the entry passed as its only argument. If ff is not NULL, - it overrides any function set previously with cfulist_set_free_function(). + is called for value of the entry passed as its only argument. @end deftypefun