diff -r bea5a1576cbd -r d2abf6c8c27b include/objacces.h --- a/include/objacces.h Fri Feb 01 18:01:36 2008 +0100 +++ b/include/objacces.h Fri Feb 01 18:06:55 2008 +0100 @@ -37,12 +37,8 @@ #include typedef UNS32 (*valueRangeTest_t)(UNS8 typeValue, void *Value); -typedef void (* storeODSubIndex_t)(UNS16 wIndex, UNS8 bSubindex); -void _storeODSubIndex (UNS16 wIndex, UNS8 bSubindex); - -#include "data.h" - - +typedef void (* storeODSubIndex_t)(CO_Data* d, UNS16 wIndex, UNS8 bSubindex); +void _storeODSubIndex (CO_Data* d, UNS16 wIndex, UNS8 bSubindex); /* Print MSG_WAR (s) if error to the access to the object dictionary occurs.