Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_event_helper.h 


Log Message:
* Stop gcc complaining

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_event_helper.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_event_helper.h 17 Nov 2005 08:01:56 -0000      1.8
+++ evfs_event_helper.h 20 Nov 2005 12:12:33 -0000      1.9
@@ -1,8 +1,14 @@
+#ifndef __EVFS_EVENT_HELPER_
+#define __EVFS_EVENT_HELPER_
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include "evfs.h"
 
 void evfs_file_monitor_event_create(evfs_client* client, int type, const char* 
pathi, const char* plugin);
 void evfs_stat_event_create(evfs_client* client, evfs_command* command, struct 
stat* stat_obj);
 void evfs_list_dir_event_create(evfs_client* client, evfs_command* command, 
Ecore_List* files);
 void evfs_file_progress_event_create(evfs_client* client, evfs_command* 
command, double progress,evfs_progress_type type);
+
+#endif




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to