summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:49:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:49:36 (GMT)
commit2eca636810819c2b87758bc60aea6bd2e86fe2c9 (patch)
tree25a92283ca6f2e919d147a8a71d54996c7d7d993 /generic/tclZipfs.h
parentabc715408773c307c02a62c528e609c85bfd92e7 (diff)
downloadtcl-2eca636810819c2b87758bc60aea6bd2e86fe2c9.zip
tcl-2eca636810819c2b87758bc60aea6bd2e86fe2c9.tar.gz
tcl-2eca636810819c2b87758bc60aea6bd2e86fe2c9.tar.bz2
CONST -> const
Diffstat (limited to 'generic/tclZipfs.h')
-rw-r--r--generic/tclZipfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclZipfs.h b/generic/tclZipfs.h
index bf3a3cb..75dcb13 100644
--- a/generic/tclZipfs.h
+++ b/generic/tclZipfs.h
@@ -44,9 +44,9 @@ extern "C" {
#endif
#endif
-ZIPFSAPI int Zipfs_Mount(Tcl_Interp *interp, CONST char *zipname,
- CONST char *mntpt, CONST char *passwd);
-ZIPFSAPI int Zipfs_Unmount(Tcl_Interp *interp, CONST char *zipname);
+ZIPFSAPI int Zipfs_Mount(Tcl_Interp *interp, const char *zipname,
+ const char *mntpt, const char *passwd);
+ZIPFSAPI int Zipfs_Unmount(Tcl_Interp *interp, const char *zipname);
ZIPFSAPI int Zipfs_Init(Tcl_Interp *interp);
ZIPFSAPI int Zipfs_SafeInit(Tcl_Interp *interp);