summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-21 18:38:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-21 18:38:23 (GMT)
commit057f1e5bbc5626a59f89416bc5d446834bd7fd87 (patch)
tree25eaeba0ea65f4e47e80ba0331b68de985719347 /generic/tclFileSystem.h
parent0d84d7ab79f4814a74a0da796ca47d662e34d22b (diff)
parent9e9ad50f58037343c38df0793f7333e8f7a4d416 (diff)
downloadtcl-057f1e5bbc5626a59f89416bc5d446834bd7fd87.zip
tcl-057f1e5bbc5626a59f89416bc5d446834bd7fd87.tar.gz
tcl-057f1e5bbc5626a59f89416bc5d446834bd7fd87.tar.bz2
merge 8.5
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index e11ac16..778c9ac 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -69,15 +69,10 @@ MODULE_SCOPE int TclFSNormalizeToUniquePath(Tcl_Interp *interp,
Tcl_Obj *pathPtr, int startAt);
MODULE_SCOPE Tcl_Obj * TclFSMakePathRelative(Tcl_Interp *interp,
Tcl_Obj *pathPtr, Tcl_Obj *cwdPtr);
-MODULE_SCOPE Tcl_Obj * TclFSInternalToNormalized(
- Tcl_Filesystem *fromFilesystem,
- ClientData clientData,
- FilesystemRecord **fsRecPtrPtr);
MODULE_SCOPE int TclFSEnsureEpochOk(Tcl_Obj *pathPtr,
Tcl_Filesystem **fsPtrPtr);
MODULE_SCOPE void TclFSSetPathDetails(Tcl_Obj *pathPtr,
- FilesystemRecord *fsRecPtr,
- ClientData clientData);
+ Tcl_Filesystem *fsPtr, ClientData clientData);
MODULE_SCOPE Tcl_Obj * TclFSNormalizeAbsolutePath(Tcl_Interp *interp,
Tcl_Obj *pathPtr);