summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-10 09:22:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-10 09:22:48 (GMT)
commit61f3f8291f95e147c2bcda26e7eb02ec7927f5e7 (patch)
treeb40777059c37a2db052bb9f06a479de76c3824eb /generic/tclStubInit.c
parent3aee4002103fcc8e886339719dcb2f82ee94bf14 (diff)
downloadtcl-61f3f8291f95e147c2bcda26e7eb02ec7927f5e7.zip
tcl-61f3f8291f95e147c2bcda26e7eb02ec7927f5e7.tar.gz
tcl-61f3f8291f95e147c2bcda26e7eb02ec7927f5e7.tar.bz2
updated C API to be more focused on supporting just some operations
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index a74101d..7fb0f1c 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1340,7 +1340,7 @@ const TclStubs tclStubs = {
Tcl_LoadFile, /* 627 */
Tcl_FindSymbol, /* 628 */
Tcl_FSUnloadFile, /* 629 */
- Tcl_ZlibStreamGetZstreamp, /* 630 */
+ Tcl_ZlibStreamSetCompressionDictionary, /* 630 */
};
/* !END!: Do not edit above this line. */