summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index dff3242..a9a5bcf 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tcl.decls,v 1.166 2008/12/27 00:04:17 dkf Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.167 2008/12/27 10:07:06 dkf Exp $
library tcl
@@ -2249,10 +2249,12 @@ declare 611 generic {
int buffersize, Tcl_Obj *gzipHeaderDictObj)
}
declare 612 generic {
- unsigned int Tcl_ZlibCRC32(unsigned int crc, const char *buf, int len)
+ unsigned int Tcl_ZlibCRC32(unsigned int crc, const unsigned char *buf,
+ int len)
}
declare 613 generic {
- unsigned int Tcl_ZlibAdler32(unsigned int adler, const char *buf, int len)
+ unsigned int Tcl_ZlibAdler32(unsigned int adler, const unsigned char *buf,
+ int len)
}
declare 614 generic {
int Tcl_ZlibStreamInit(Tcl_Interp *interp, int mode, int format,