ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/crc32.h
(Generate patch)

Comparing Convert-UUlib/uulib/crc32.h (file contents):
Revision 1.4 by root, Thu Feb 27 06:14:28 2020 UTC vs.
Revision 1.5 by root, Thu Feb 27 16:17:16 2020 UTC

33 crc = crc32(crc, buffer, length); 33 crc = crc32(crc, buffer, length);
34 } 34 }
35 if (crc != original_crc) error(); 35 if (crc != original_crc) error();
36*/ 36*/
37 37
38uint32_t uu_crc32_combine(uint32_t crcA, uint32_t crcB, size_t lengthB);
39
38#ifdef __cplusplus 40#ifdef __cplusplus
39} 41}
40#endif 42#endif
41#endif 43#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines