include/objacces.h
changeset 378 d2abf6c8c27b
parent 175 e255529b6f7d
child 469 f2b07ea215b5
--- 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 <applicfg.h>
 
 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.