summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2017-09-25 16:23:56 (GMT)
committerhypnotoad <yoda@etoyoc.com>2017-09-25 16:23:56 (GMT)
commitda869353bd4824d69fa3756a5336f08db6b7e997 (patch)
treefbf974444e657477f32f2d0b74772f8c13dd70ab /generic/tcl.decls
parentcd7269ab4485bfd59094b17245b3ab9c943c6ff2 (diff)
downloadtcl-core_zip_vfs.zip
tcl-core_zip_vfs.tar.gz
tcl-core_zip_vfs.tar.bz2
Improvements to Tip#430 based on community input. Added a forward declaration of TclZipfs_Init. Added TclZipfs_Mount() and TclZifs_Unmount to stubs table.core_zip_vfs
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls9
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index b2b91a9..c19bf68 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2335,7 +2335,14 @@ declare 631 {
# ----- BASELINE -- FOR -- 8.7.0 ----- #
-
+# TIP #430
+declare 632 {
+ int TclZipfs_Mount(Tcl_Interp *interp, const char *zipname, const char *mntpt,
+ const char *passwd)
+}
+declare 633 {
+ int TclZipfs_Unmount(Tcl_Interp *interp, const char *zipname)
+}
##############################################################################