summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-06-20 19:49:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-06-20 19:49:31 (GMT)
commit1563392fa51c84e8a2fb6883be2f1a1c9bf29a82 (patch)
tree856404b798f52f31461f6b5895d0b117284ae42a /generic/tclFileSystem.h
parentc1ba2e58398c0c71d267fc2b610ad55b450c60e5 (diff)
parent85b247ce0e1cac7287bb8db6a2a04ca78d6dfcf6 (diff)
downloadtcl-1563392fa51c84e8a2fb6883be2f1a1c9bf29a82.zip
tcl-1563392fa51c84e8a2fb6883be2f1a1c9bf29a82.tar.gz
tcl-1563392fa51c84e8a2fb6883be2f1a1c9bf29a82.tar.bz2
Purge more dead fs path code.
Diffstat (limited to 'generic/tclFileSystem.h')
-rw-r--r--generic/tclFileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclFileSystem.h b/generic/tclFileSystem.h
index d09d240..d6e1546 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -78,7 +78,7 @@ MODULE_SCOPE void TclFSSetPathDetails(Tcl_Obj *pathPtr,
FilesystemRecord *fsRecPtr,
ClientData clientData);
MODULE_SCOPE Tcl_Obj * TclFSNormalizeAbsolutePath(Tcl_Interp *interp,
- Tcl_Obj *pathPtr, ClientData *clientDataPtr);
+ Tcl_Obj *pathPtr);
/*
* Private shared variables for use by tclIOUtil.c and tclPathObj.c