Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_commands.h 


Log Message:
* Fix the mass copy function.  No guarantees as to if this works completely - 
we need unit tests here

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_commands.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- evfs_commands.h     6 Aug 2006 09:56:27 -0000       1.19
+++ evfs_commands.h     15 Aug 2006 23:32:53 -0000      1.20
@@ -13,6 +13,9 @@
                            evfs_filereference * to);
 long evfs_client_file_copy_multi(evfs_connection * conn, Ecore_List* files,
                                evfs_filereference* to);
+long 
+evfs_client_file_move_multi(evfs_connection * conn, Ecore_List* files,
+                               evfs_filereference* to);
 long evfs_client_file_move(evfs_connection * conn, evfs_filereference * from,
                            evfs_filereference * to);
 long evfs_client_file_read(evfs_connection * conn, evfs_filereference * file,



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to