Index: Utilities.h =================================================================== diff -u -r05865adfbc69954f5388f6f4d98a1edcef76c275 -r5ee17a0938696af25993a415a033ed786c819869 --- Utilities.h (.../Utilities.h) (revision 05865adfbc69954f5388f6f4d98a1edcef76c275) +++ Utilities.h (.../Utilities.h) (revision 5ee17a0938696af25993a415a033ed786c819869) @@ -82,7 +82,7 @@ // ********** public function prototypes ********** -U32 crc32( const U08 *address, U32 len ); +U32 crc32( U32 const initialValue, const U08 *address, U32 len ); U16 crc16( const U08 *address, U32 len ); U08 crc8( const U08 *address, U32 len ); U32 u32DiffWithWrap( U32 start, U32 end );