summaryrefslogtreecommitdiffstats
path: root/generic/tclFileSystem.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 11:32:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-28 11:32:40 (GMT)
commit69be965a23d98385d4acac0644ae83c5c24c1662 (patch)
treed41159646dded88795b6bf902f40a08246fb056b /generic/tclFileSystem.h
parent3408294224c7b4208ce601753a2180879b41e6ca (diff)
downloadtcl-69be965a23d98385d4acac0644ae83c5c24c1662.zip
tcl-69be965a23d98385d4acac0644ae83c5c24c1662.tar.gz
tcl-69be965a23d98385d4acac0644ae83c5c24c1662.tar.bz2
change ClientData -> void * in a lot of places (mainly header files)
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);