diff -r 1a7067207637 -r 7bc131b92039 master/ethernet.h --- a/master/ethernet.h Fri Aug 10 15:08:44 2007 +0000 +++ b/master/ethernet.h Fri Aug 10 15:27:08 2007 +0000 @@ -99,9 +99,9 @@ /*****************************************************************************/ -int ec_eoe_init(ec_eoe_t *); +int ec_eoe_init(ec_eoe_t *, ec_slave_t *); void ec_eoe_clear(ec_eoe_t *); void ec_eoe_run(ec_eoe_t *); -int ec_eoe_active(const ec_eoe_t *); +int ec_eoe_is_open(const ec_eoe_t *); /*****************************************************************************/