include/objacces.h
changeset 539 187058b4a4b8
parent 529 c171e11707c5
child 561 f9be4262c68d
--- a/include/objacces.h	Mon Mar 16 23:04:39 2009 +0100
+++ b/include/objacces.h	Tue Mar 17 00:03:18 2009 +0100
@@ -64,7 +64,7 @@
  * @return
  */ 
 UNS8 accessDictionaryError(UNS16 index, UNS8 subIndex, 
-			   UNS8 sizeDataDict, UNS8 sizeDataGiven, UNS32 code);
+			   UNS32 sizeDataDict, UNS32 sizeDataGiven, UNS32 code);
 
 
 /* _getODentry() Reads an entry from the object dictionary.\n
@@ -108,7 +108,7 @@
 		  UNS16 wIndex,
 		  UNS8 bSubindex,
 		  void * pDestData,
-		  UNS8 * pExpectedSize,
+		  UNS32 * pExpectedSize,
 		  UNS8 * pDataType,
 		  UNS8 checkAccess,
 		  UNS8 endianize);
@@ -188,7 +188,7 @@
                    UNS16 wIndex,
                    UNS8 bSubindex,
                    void * pSourceData,
-                   UNS8 * pExpectedSize,
+                   UNS32 * pExpectedSize,
                    UNS8 checkAccess,
                    UNS8 endianize);