diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-06-20 19:49:31 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-06-20 19:49:31 (GMT) |
| commit | 1563392fa51c84e8a2fb6883be2f1a1c9bf29a82 (patch) | |
| tree | 856404b798f52f31461f6b5895d0b117284ae42a /generic/tclFileSystem.h | |
| parent | c1ba2e58398c0c71d267fc2b610ad55b450c60e5 (diff) | |
| parent | 85b247ce0e1cac7287bb8db6a2a04ca78d6dfcf6 (diff) | |
| download | tcl-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.h | 2 |
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 |
