master/ethernet.h
branchstable-1.3
changeset 1744 7bc131b92039
parent 1719 42ed27ae6785
child 1745 07fd94c5119d
--- 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 *);
 
 /*****************************************************************************/