Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        Makefile.am evfs_event.h 


Log Message:
* Include new headers in install

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 27 Dec 2005 23:55:01 -0000      1.4
+++ Makefile.am 10 Jan 2006 08:00:51 -0000      1.5
@@ -13,6 +13,8 @@
                        evfs_command.h \
                        evfs_client.h \
                        evfs_common.h \
-                       evfs_misc.h
+                       evfs_misc.h \
+                       evfs_server.h \
+                       evfs_event.h
                        
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evfs_event.h        10 Jan 2006 07:54:23 -0000      1.1
+++ evfs_event.h        10 Jan 2006 08:00:51 -0000      1.2
@@ -10,7 +10,10 @@
        EVFS_EV_DIR_LIST = 4,
        EVFS_EV_FILE_PROGRESS = 5,
        EVFS_EV_FILE_OPEN= 6,
-       EVFS_EV_FILE_READ = 7
+       EVFS_EV_FILE_READ = 7,
+
+       EVFS_EV_ERROR = 100,
+       EVFS_EV_NOT_SUPPORTED = 101
 } evfs_eventtype;
 
 typedef enum evfs_eventtype_sub {




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to