master/ethernet.c
changeset 339 a3a4ee854bd8
parent 336 360e5287c888
child 340 5a5f5a14c847
--- a/master/ethernet.c	Sat Aug 05 07:11:59 2006 +0000
+++ b/master/ethernet.c	Tue Aug 08 12:07:25 2006 +0000
@@ -303,7 +303,7 @@
    \return 1 if the device is "up", 0 if it is "down"
 */
 
-unsigned int ec_eoe_active(const ec_eoe_t *eoe /**< EoE handler */)
+int ec_eoe_active(const ec_eoe_t *eoe /**< EoE handler */)
 {
     return eoe->slave && eoe->opened;
 }