diff options
author | vincentdarley <vincentdarley> | 2003-04-14 15:48:30 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-04-14 15:48:30 (GMT) |
commit | 490e91fb79a23c76883f37ec8930de79aeaf734e (patch) | |
tree | 99a4f05e89735a7dcae8e27a518e3e75baa19b8a /generic/tclFileSystem.h | |
parent | 0642c2ce3305c22c76c707fe3a2b4adc74c36c72 (diff) | |
download | tcl-490e91fb79a23c76883f37ec8930de79aeaf734e.zip tcl-490e91fb79a23c76883f37ec8930de79aeaf734e.tar.gz tcl-490e91fb79a23c76883f37ec8930de79aeaf734e.tar.bz2 |
shared filesystem function
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r-- | generic/tclFileSystem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h index 30a6399..966f221 100644 --- a/generic/tclFileSystem.h +++ b/generic/tclFileSystem.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclFileSystem.h,v 1.1 2003/04/11 15:59:54 vincentdarley Exp $ + * RCS: @(#) $Id: tclFileSystem.h,v 1.2 2003/04/14 15:48:35 vincentdarley Exp $ */ /* @@ -56,6 +56,8 @@ int TclFSEnsureEpochOk _ANSI_ARGS_((Tcl_Obj* pathObjPtr, int theEpoch, void TclFSSetPathDetails _ANSI_ARGS_((Tcl_Obj *pathObjPtr, FilesystemRecord *fsRecPtr, ClientData clientData, int theEpoch)); +Tcl_Obj* TclFSNormalizeAbsolutePath _ANSI_ARGS_((Tcl_Interp* interp, + Tcl_Obj *pathPtr, ClientData *clientDataPtr)); /* * Private shared variables for use by tclIOUtil.c and tclPathObj.c |