Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h evfs_cleanup.h 


Log Message:
* Finished work on EVFS_CMD_STOPMON_FILE for posix plugin
* Added evfs-config.in for library linking

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evfs.h      16 Aug 2005 08:11:34 -0000      1.5
+++ evfs.h      16 Aug 2005 09:00:21 -0000      1.6
@@ -18,7 +18,9 @@
 #define EVFS_META_DIR_NAME  ".e_meta"
 #define MAX_CLIENT 9999999
 
-#define EVFS_MONITOR_START "evfs_monitor_start"
+#define EVFS_FUNCTION_MONITOR_START "evfs_monitor_start"
+#define EVFS_FUNCTION_MONITOR_STOP "evfs_monitor_stop"
+
 
 typedef enum
 {
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_cleanup.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_cleanup.h      15 Aug 2005 19:53:57 -0000      1.2
+++ evfs_cleanup.h      16 Aug 2005 09:00:21 -0000      1.3
@@ -3,5 +3,6 @@
 
 void evfs_cleanup_command(evfs_command* command);
 void evfs_cleanup_file_command(evfs_command* command);
+void evfs_cleanup_file_monitor(evfs_file_monitor* mon);
 
 #endif




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to