Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h 


Log Message:
* Change back to bringing in evfs_metadata.c via libevfs - otherwise objects 
that are dlopened can't access the same resource pointers (i.e sqlite*), as the 
main evfs binary.
* Start of a metadata 'fork' harvesting system

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- evfs.h      24 Jun 2006 16:59:02 -0000      1.47
+++ evfs.h      22 Jul 2006 13:12:58 -0000      1.48
@@ -105,6 +105,7 @@
 void evfs_operation_user_dispatch(evfs_client * client, evfs_command * command,
                                   evfs_operation * op, char* misc);
 evfs_server* evfs_server_get();
+evfs_server* evfs_server_new();
 
 /**
  * ATTRIBUTE_UNUSED:



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to