summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-10-27 21:16:21 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-10-27 21:16:21 (GMT)
commit10d3d3de3ea84ef3bbd9dfc516a1846c157a1d2c (patch)
tree948808b18676b3b2575a88009eb430f7924fc8e6 /generic/tclInt.h
parentcb9cf49195b41bdf743fbf156fa1c920696277fe (diff)
downloadtcl-10d3d3de3ea84ef3bbd9dfc516a1846c157a1d2c.zip
tcl-10d3d3de3ea84ef3bbd9dfc516a1846c157a1d2c.tar.gz
tcl-10d3d3de3ea84ef3bbd9dfc516a1846c157a1d2c.tar.bz2
CONST-ification update.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 854404f..e1ce6d5 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2741,7 +2741,7 @@ MODULE_SCOPE int TclpMatchFiles(Tcl_Interp *interp, char *separators,
Tcl_DString *dirPtr, char *pattern, char *tail);
MODULE_SCOPE int TclpObjNormalizePath(Tcl_Interp *interp,
Tcl_Obj *pathPtr, int nextCheckpoint);
-MODULE_SCOPE void TclpNativeJoinPath(Tcl_Obj *prefix, char *joining);
+MODULE_SCOPE void TclpNativeJoinPath(Tcl_Obj *prefix, const char *joining);
MODULE_SCOPE Tcl_Obj * TclpNativeSplitPath(Tcl_Obj *pathPtr, int *lenPtr);
MODULE_SCOPE Tcl_PathType TclpGetNativePathType(Tcl_Obj *pathPtr,
int *driveNameLengthPtr, Tcl_Obj **driveNameRef);