diff options
author | hypnotoad <yoda@etoyoc.com> | 2017-09-25 16:23:56 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2017-09-25 16:23:56 (GMT) |
commit | da869353bd4824d69fa3756a5336f08db6b7e997 (patch) | |
tree | fbf974444e657477f32f2d0b74772f8c13dd70ab /generic/tcl.decls | |
parent | cd7269ab4485bfd59094b17245b3ab9c943c6ff2 (diff) | |
download | tcl-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.decls | 9 |
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) +} ############################################################################## |