Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_plugin.h 


Log Message:
Let plugins know that client has left

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_plugin.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_plugin.h       16 Oct 2005 10:09:05 -0000      1.7
+++ evfs_plugin.h       22 Oct 2005 09:09:55 -0000      1.8
@@ -4,6 +4,7 @@
 #include "evfs_client.h"
 
 typedef struct evfs_plugin_functions {
+       int (*evfs_client_disconnect)(evfs_client*);
        int (*evfs_file_remove)(char* path);
        int (*evfs_monitor_start)(evfs_client* client, evfs_command* command);
        int (*evfs_monitor_stop)(evfs_client* client, evfs_command* command);




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