Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h plugin_helper.h 


Log Message:
* Generic copy function

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- entropy.h   20 Feb 2006 06:48:36 -0000      1.17
+++ entropy.h   21 Feb 2006 00:15:20 -0000      1.18
@@ -18,7 +18,6 @@
 #include "entropy_generic.h"
 #include "string.h"
 #include "plugin_base.h"
-#include "plugin_helper.h"
 #include "entropy_mime_engine.h"
 #include "entropy_thumbnailer_engine.h"
 #include "thumbnail_generic.h"
@@ -28,6 +27,7 @@
 #include "entropy_file.h"
 #include "entropy_macros.h"
 #include "entropy_config.h"
+#include "plugin_helper.h"
 
 #define IPC_TITLE "entropy"
 #define ENTROPY_IPC_EVENT_CORE 1
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/plugin_helper.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- plugin_helper.h     20 Feb 2006 06:48:36 -0000      1.5
+++ plugin_helper.h     21 Feb 2006 00:15:20 -0000      1.6
@@ -9,5 +9,6 @@
 char* entropy_plugin_helper_toolkit_get(entropy_plugin* plugin);
 
 void entropy_plugin_filesystem_file_remove(entropy_plugin* plugin, 
entropy_generic_file* file);
+int entropy_plugin_filesystem_file_copy(entropy_generic_file* source, char* 
dest, entropy_gui_component_instance* requester);
 
 #endif




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to