diff options
Diffstat (limited to 'adler32.c')
-rw-r--r-- | adler32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | #define DO16(buf) DO8(buf,0); DO8(buf,8); | 18 | #define DO16(buf) DO8(buf,0); DO8(buf,8); |
19 | 19 | ||
20 | /* ========================================================================= */ | 20 | /* ========================================================================= */ |
21 | uLong EXPORT adler32(adler, buf, len) | 21 | uLong ZEXPORT adler32(adler, buf, len) |
22 | uLong adler; | 22 | uLong adler; |
23 | const Bytef *buf; | 23 | const Bytef *buf; |
24 | uInt len; | 24 | uInt len; |