diff options
author | vincentdarley <vincentdarley@noemail.net> | 2001-09-04 18:06:33 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2001-09-04 18:06:33 (GMT) |
commit | 3753395ac33ddd9bb7a098692cfcb2a4a3bc595c (patch) | |
tree | fe242e0e386c2472085adf41540fa813c334a000 /generic/tcl.decls | |
parent | 1fad82cb66ef1b8a46bd45a3661a1f0e338fce96 (diff) | |
download | tcl-3753395ac33ddd9bb7a098692cfcb2a4a3bc595c.zip tcl-3753395ac33ddd9bb7a098692cfcb2a4a3bc595c.tar.gz tcl-3753395ac33ddd9bb7a098692cfcb2a4a3bc595c.tar.bz2 |
minor fs, vfs fixes
FossilOrigin-Name: e50cc64ecbf8361559ffca6a1988f616b2674078
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 7a93099..f0f64a9 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.53 2001/08/30 08:53:14 vincentdarley Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.54 2001/09/04 18:06:34 vincentdarley Exp $ library tcl @@ -1667,7 +1667,13 @@ declare 475 generic { declare 476 generic { char* Tcl_FSGetTranslatedStringPath(Tcl_Interp *interp, Tcl_Obj* pathPtr) } - +declare 477 generic { + Tcl_Filesystem* Tcl_FSGetFileSystemForPath(Tcl_Obj* pathObjPtr) +} +declare 478 generic { + Tcl_PathType Tcl_FSGetPathType (Tcl_Obj *pathObjPtr) +} + ############################################################################## # Define the platform specific public Tcl interface. These functions are |