cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=42a7d9b71c05153c90c4224996bdabcd1d9defab
commit 42a7d9b71c05153c90c4224996bdabcd1d9defab Author: Pierre Le Magourou <pierre.lemagou...@openwide.fr> Date: Wed Oct 15 10:20:13 2014 +0200 ecore_file: remove ecore_file_ls_iterator function from header. It has no implementation in the ecore_file.c file. This has been forgotten in commit d4059c7 when moving this function to Eina library. --- src/lib/ecore_file/Ecore_File.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 530b3cd..806ad87 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h @@ -140,7 +140,6 @@ EAPI Eina_Bool ecore_file_can_write (const char *file); EAPI Eina_Bool ecore_file_can_exec (const char *file); EAPI char *ecore_file_readlink (const char *link); EAPI Eina_List *ecore_file_ls (const char *dir); -EAPI Eina_Iterator *ecore_file_ls_iterator (const char *dir); EAPI char *ecore_file_app_exe_get (const char *app); EAPI char *ecore_file_escape_name (const char *filename); EAPI char *ecore_file_strip_ext (const char *file); --