Forgot to change the prototype. Still scratching my head about why it

complied here.

Good catch jcwong.


SVN revision: 20007
This commit is contained in:
David Walter Seikel 2006-01-24 15:25:26 +00:00
parent 33d8ec9653
commit 382628e412
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ struct _ecore_exe_dead_exe
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);