diff -r cd1638bc0cb0 -r e255529b6f7d include/objacces.h --- a/include/objacces.h Tue Apr 24 16:16:03 2007 +0200 +++ b/include/objacces.h Tue Apr 24 16:49:40 2007 +0200 @@ -128,6 +128,14 @@ UNS8 * pExpectedSize, UNS8 checkAccess); +/*The same, without endianisation*/ +UNS32 writeLocalDict( CO_Data* d, + UNS16 wIndex, + UNS8 bSubindex, + void * pSourceData, + UNS8 * pExpectedSize, + UNS8 checkAccess); + /* Scan the index of object dictionary. Used only by setODentry and getODentry. * *errorCode : OD_SUCCESSFUL if index foundor SDO abort code. (See file def.h)