summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-24 20:06:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-24 20:06:31 (GMT)
commitaee2d45ff2019fb52599d3c022b2acfa680d96de (patch)
tree3a707321e5377bee56e9725d5fff362d0b6fede3 /generic/tclFileSystem.h
parentc79b2bb1528dea61e5fd0eaa48d2879e782b22f3 (diff)
parent17e23452bfe9efb1a43b841b47af20b29e53d788 (diff)
downloadtcl-aee2d45ff2019fb52599d3c022b2acfa680d96de.zip
tcl-aee2d45ff2019fb52599d3c022b2acfa680d96de.tar.gz
tcl-aee2d45ff2019fb52599d3c022b2acfa680d96de.tar.bz2
Merge 8.6
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 1eec7ff..684407c 100644
--- a/generic/tclFileSystem.h
+++ b/generic/tclFileSystem.h
@@ -30,7 +30,7 @@ MODULE_SCOPE Tcl_Obj * TclFSMakePathRelative(Tcl_Interp *interp,
MODULE_SCOPE int TclFSEnsureEpochOk(Tcl_Obj *pathPtr,
const Tcl_Filesystem **fsPtrPtr);
MODULE_SCOPE void TclFSSetPathDetails(Tcl_Obj *pathPtr,
- const Tcl_Filesystem *fsPtr, ClientData clientData);
+ const Tcl_Filesystem *fsPtr, void *clientData);
MODULE_SCOPE Tcl_Obj * TclFSNormalizeAbsolutePath(Tcl_Interp *interp,
Tcl_Obj *pathPtr);
MODULE_SCOPE size_t TclFSEpoch(void);