Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        ecore_exe.c 


Log Message:
Forgot to change the prototype.  Still scratching my head about why it 
complied here.

Good catch jcwong.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_exe.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- ecore_exe.c 24 Jan 2006 13:58:18 -0000      1.50
+++ ecore_exe.c 24 Jan 2006 15:25:26 -0000      1.51
@@ -14,7 +14,7 @@
 
 static inline void _ecore_exe_exec_it(const char *exe_cmd);
 
-static int _ecore_exe_data_generic_handler(void *data, Ecore_Fd_Handler 
*fd_handler, Ecore_Fd_Handler_Flags flags);
+static int _ecore_exe_data_generic_handler(void *data, Ecore_Fd_Handler 
*fd_handler, Ecore_Exe_Flags flags);
 static int _ecore_exe_data_error_handler(void *data, Ecore_Fd_Handler 
*fd_handler);
 static int _ecore_exe_data_read_handler(void *data, Ecore_Fd_Handler 
*fd_handler);
 static int _ecore_exe_data_write_handler(void *data, Ecore_Fd_Handler 
*fd_handler);




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to