summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-05-10 09:22:48 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-05-10 09:22:48 (GMT)
commit23e06dddb213ba849908f3dfe596134ed66f1838 (patch)
treeb40777059c37a2db052bb9f06a479de76c3824eb /generic/tclStubInit.c
parenta29de20e84920e884416627260c0f5447f9a4b1a (diff)
downloadtcl-23e06dddb213ba849908f3dfe596134ed66f1838.zip
tcl-23e06dddb213ba849908f3dfe596134ed66f1838.tar.gz
tcl-23e06dddb213ba849908f3dfe596134ed66f1838.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. */