summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-21 18:03:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-21 18:03:18 (GMT)
commit607975b5dcc8af44e0fe65ab9ca787ed659e79bd (patch)
tree52a7c668f88718eca3b2687e1356330a1686c9f1 /generic/tclFileSystem.h
parent89dc338380acf9c6e134808e1575e8bf83743b91 (diff)
parent687013812cd6ca56d2bfc1c0b75d98a6f8a2d264 (diff)
downloadtcl-607975b5dcc8af44e0fe65ab9ca787ed659e79bd.zip
tcl-607975b5dcc8af44e0fe65ab9ca787ed659e79bd.tar.gz
tcl-607975b5dcc8af44e0fe65ab9ca787ed659e79bd.tar.bz2
Stop storing FilesystemRecord in the intrep of a "path". We never use it.
Store the Tcl_Filesystem instead, which is what we actually need.
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 be635e3..8a85421 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -68,15 +68,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(
- const Tcl_Filesystem *fromFilesystem,
- ClientData clientData,
- FilesystemRecord **fsRecPtrPtr);
MODULE_SCOPE int TclFSEnsureEpochOk(Tcl_Obj *pathPtr,
const Tcl_Filesystem **fsPtrPtr);
MODULE_SCOPE void TclFSSetPathDetails(Tcl_Obj *pathPtr,
- FilesystemRecord *fsRecPtr,
- ClientData clientData);
+ const Tcl_Filesystem *fsPtr, ClientData clientData);
MODULE_SCOPE Tcl_Obj * TclFSNormalizeAbsolutePath(Tcl_Interp *interp,
Tcl_Obj *pathPtr);