Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_io.c 
Added Files:
        evfs_vfolder.c 


Log Message:
* VFolder work

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- evfs_io.c   15 Jan 2006 09:22:00 -0000      1.39
+++ evfs_io.c   15 Jan 2006 12:26:40 -0000      1.40
@@ -2,13 +2,16 @@
 #include <Eet.h>
 #include <Evas.h>
 
-
-
 static int io_init=0;
 static Eet_Data_Descriptor *_evfs_filereference_edd;
 static Eet_Data_Descriptor *_evfs_progress_event_edd;
 
 
+Eet_Data_Descriptor* evfs_io_filereference_edd_get() {
+       return _evfs_filereference_edd;
+}
+
+
 int evfs_io_initialise() {
        if (io_init) return 1;
 




-------------------------------------------------------
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

Reply via email to