summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-11 14:17:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-11 14:17:23 (GMT)
commit6f25f950eeb02f5f136b2f306c52db1593d2430f (patch)
tree8dfdd63a6c9ae94dd943874a85cd5ed25b0a43a9 /generic/tclStubInit.c
parent061506df27139e5bb86419bf227198af1ae4ff52 (diff)
downloadtcl-6f25f950eeb02f5f136b2f306c52db1593d2430f.zip
tcl-6f25f950eeb02f5f136b2f306c52db1593d2430f.tar.gz
tcl-6f25f950eeb02f5f136b2f306c52db1593d2430f.tar.bz2
regen
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index b5ea1b6..d953edf 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubInit.c,v 1.172 2008/12/09 21:47:08 nijtmans Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.173 2008/12/11 14:17:23 dkf Exp $
*/
#include "tclInt.h"
@@ -1135,6 +1135,18 @@ static const TclStubs tclStubs = {
Tcl_TransferResult, /* 607 */
Tcl_InterpActive, /* 608 */
Tcl_BackgroundException, /* 609 */
+ Tcl_ZlibDeflate, /* 610 */
+ Tcl_ZlibInflate, /* 611 */
+ Tcl_ZlibCRC32, /* 612 */
+ Tcl_ZlibAdler32, /* 613 */
+ Tcl_ZlibStreamInit, /* 614 */
+ Tcl_ZlibStreamGetCommandName, /* 615 */
+ Tcl_ZlibStreamEof, /* 616 */
+ Tcl_ZlibStreamAdler32, /* 617 */
+ Tcl_ZlibStreamPut, /* 618 */
+ Tcl_ZlibStreamGet, /* 619 */
+ Tcl_ZlibStreamClose, /* 620 */
+ Tcl_ZlibStreamReset, /* 621 */
};
/* !END!: Do not edit above this line. */