Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_plugin.h Log Message: * Oops - we *certainly* don't want to recurse through symbolic links to directories when doing recursive delete. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_plugin.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- evfs_plugin.h 19 Nov 2005 10:51:19 -0000 1.10 +++ evfs_plugin.h 28 Dec 2005 11:35:19 -0000 1.11 @@ -10,6 +10,7 @@ int (*evfs_monitor_stop)(evfs_client* client, evfs_command* command); int (*evfs_file_rename)(evfs_client* client, evfs_command* command); int (*evfs_file_stat)(evfs_command* command, struct stat* file_stat); + int (*evfs_file_lstat)(evfs_command* command, struct stat* file_stat); void (*evfs_dir_list)(evfs_client* client, evfs_command* command, Ecore_List** directory_list); int (*evfs_file_open)(evfs_client* client, evfs_filereference* command); ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs