Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto/entropy

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
* EVFS api updates

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- entropy_core.c      13 Aug 2007 03:08:08 -0000      1.98
+++ entropy_core.c      16 Aug 2007 11:32:52 -0000      1.99
@@ -1507,9 +1507,9 @@
 }
 
 
-entropy_generic_file* evfs_filereference_to_entropy_generic_file(void* ref) 
+entropy_generic_file* EvfsFilereference_to_entropy_generic_file(void* ref) 
 {
-       evfs_filereference* file_ref = (evfs_filereference*)ref;
+       EvfsFilereference* file_ref = (EvfsFilereference*)ref;
        char *copy = strdup (file_ref->path);
        char *pos = strrchr (copy, '/');
        entropy_generic_file* file = entropy_generic_file_new();



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to