summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-27 00:04:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-27 00:04:17 (GMT)
commit1ea51e1fb6fb072c84c166e0831423b0c323558b (patch)
tree57f18763c75d42d79883e11d7b17d1f4777758a1 /generic/tcl.decls
parentb6fef736bd2db96d477934cb11d401e2fe85abbc (diff)
downloadtcl-1ea51e1fb6fb072c84c166e0831423b0c323558b.zip
tcl-1ea51e1fb6fb072c84c166e0831423b0c323558b.tar.gz
tcl-1ea51e1fb6fb072c84c166e0831423b0c323558b.tar.bz2
Assorted minor corrections to the Zlib C API to make it work with the PNG
implementation better.
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 5a4b322..dff3242 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.165 2008/12/26 09:51:11 dkf Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.166 2008/12/27 00:04:17 dkf Exp $
library tcl
@@ -2265,7 +2265,7 @@ declare 616 generic {
int Tcl_ZlibStreamEof(Tcl_ZlibStream zshandle)
}
declare 617 generic {
- int Tcl_ZlibStreamAdler32(Tcl_ZlibStream zshandle)
+ int Tcl_ZlibStreamChecksum(Tcl_ZlibStream zshandle)
}
declare 618 generic {
int Tcl_ZlibStreamPut(Tcl_ZlibStream zshandle, Tcl_Obj *data, int flush)