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)
commitf9037344f87d9722ef8152dd4c5b404cdd7ba983 (patch)
tree856404b798f52f31461f6b5895d0b117284ae42a /generic/tclFileSystem.h
parent57d68d7c1623442deab713279fdfeb6daf13eff9 (diff)
parent38f0b4d80988173806607621adbf9258d555f033 (diff)
downloadtcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.zip
tcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.tar.gz
tcl-f9037344f87d9722ef8152dd4c5b404cdd7ba983.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