summaryrefslogtreecommitdiffstats
path: root/lib/libz/adler32.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libz/adler32.c')
-rw-r--r--lib/libz/adler32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libz/adler32.c b/lib/libz/adler32.c
index 7c35d51..b1f71ce 100644
--- a/lib/libz/adler32.c
+++ b/lib/libz/adler32.c
@@ -1,5 +1,5 @@
/* adler32.c -- compute the Adler-32 checksum of a data stream
- * Copyright (C) 1995-1996 Mark Adler
+ * Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -18,7 +18,7 @@
#define DO16(buf) DO8(buf,0); DO8(buf,8);
/* ========================================================================= */
-uLong adler32(adler, buf, len)
+uLong ZEXPORT adler32(adler, buf, len)
uLong adler;
const Bytef *buf;
uInt len;
OpenPOWER on IntegriCloud