Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        libevfs.c 


Log Message:
A few API updates to support recursive filesystem nesting (e.g. directory list 
on posix:///dir/blah.tar.bz2#bzip2:///#tar:///)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- libevfs.c   27 Oct 2005 10:20:09 -0000      1.16
+++ libevfs.c   31 Oct 2005 03:32:55 -0000      1.17
@@ -177,6 +177,7 @@
        ecore_list_append(plugin, "smb"); /*Shift these to register when a 
plugin registers*/
        ecore_list_append(plugin, "posix");
        ecore_list_append(plugin, "tar");
+       ecore_list_append(plugin, "bzip2");
        
        ecore_list_append(reserved, "://");
        ecore_list_append(reserved, "@");




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to