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.2 by root, Sun Apr 18 14:48:53 2004 UTC vs.
Revision 1.3 by root, Mon Aug 24 04:38:23 2009 UTC

11 11
12#ifdef __cplusplus 12#ifdef __cplusplus
13extern "C" { 13extern "C" {
14#endif 14#endif
15 15
16typedef unsigned long crc32_t; 16typedef unsigned int crc32_t;
17#define Z_NULL 0 17#define Z_NULL 0
18 18
19#define crc32 uulib_crc32 19#define crc32 uulib_crc32
20 20
21crc32_t crc32 _ANSI_ARGS_((crc32_t crc, const unsigned char *buf, unsigned int len)); 21crc32_t crc32 _ANSI_ARGS_((crc32_t crc, const unsigned char *buf, unsigned int len));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines