summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-03-31 13:48:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-03-31 13:48:11 (GMT)
commitfa08af34c6ae5907fc9a6f4c20182dd11ba28f45 (patch)
tree42924b8cb10e56c26438c69ad96dc12c0b84be2e /generic/tclStubInit.c
parent258e927279e1a28d29a07a1c07ebee9a99890e69 (diff)
downloadtcl-fa08af34c6ae5907fc9a6f4c20182dd11ba28f45.zip
tcl-fa08af34c6ae5907fc9a6f4c20182dd11ba28f45.tar.gz
tcl-fa08af34c6ae5907fc9a6f4c20182dd11ba28f45.tar.bz2
Start of implementation of TIP 400: zlib improvements
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 32e9557..eec540c 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1301,6 +1301,7 @@ const TclStubs tclStubs = {
Tcl_LoadFile, /* 627 */
Tcl_FindSymbol, /* 628 */
Tcl_FSUnloadFile, /* 629 */
+ Tcl_ZlibStreamGetZstreamp, /* 630 */
};
/* !END!: Do not edit above this line. */