Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_plugin.h 


Log Message:
Samba

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_plugin.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evfs_plugin.h       9 Oct 2005 07:42:17 -0000       1.5
+++ evfs_plugin.h       11 Oct 2005 00:35:09 -0000      1.6
@@ -7,16 +7,17 @@
        int (*evfs_monitor_start)(evfs_client* client, evfs_command* command);
        int (*evfs_monitor_stop)(evfs_client* client, evfs_command* command);
        int (*evfs_file_rename)(evfs_client* client, evfs_command* command);
-       int (*evfs_file_stat)(evfs_client* client, evfs_command* command);
-       int (*evfs_dir_list)(evfs_client* client, evfs_command* command);
+       void (*evfs_file_stat)(evfs_client* client, evfs_command* command);
+       void (*evfs_dir_list)(evfs_client* client, evfs_command* command);
 };
 
 typedef struct evfs_plugin evfs_plugin;
 struct evfs_plugin {
+       evfs_plugin_functions* functions;
+       
        void* dl_ref;
        char* uri;
 
-       evfs_plugin_functions* functions;
 };
 
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to