summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index afeae51..36e92fa 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2318,8 +2318,10 @@ declare 629 {
int Tcl_FSUnloadFile(Tcl_Interp *interp, Tcl_LoadHandle handlePtr)
}
+# TIP #400
declare 630 {
- void* Tcl_ZlibStreamGetZstreamp(Tcl_ZlibStream zshandle)
+ void Tcl_ZlibStreamSetCompressionDictionary(Tcl_ZlibStream zhandle,
+ Tcl_Obj *compressionDictionaryObj)
}
# ----- BASELINE -- FOR -- 8.6.0 ----- #