From 258204483c0b1f65d8f040ce63189c31f081fc13 Mon Sep 17 00:00:00 2001 From: suresh Date: Sat, 16 May 1998 11:51:39 +0000 Subject: Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. --- win/tclWinFile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 9d97b02..a7a15a1 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -522,7 +522,7 @@ TclWinResolveShortcut(bufferPtr) /* *---------------------------------------------------------------------- * - * TclWinStat, TclWinLstat -- + * TclpStat, TclpLstat -- * * These functions replace the library versions of stat and lstat. * @@ -541,7 +541,7 @@ TclWinResolveShortcut(bufferPtr) */ int -TclWinStat(path, buf) +TclpStat(path, buf) CONST char *path; /* Path of file to stat (in current CP). */ struct stat *buf; /* Filled with results of stat call. */ { @@ -588,7 +588,7 @@ TclWinStat(path, buf) /* *--------------------------------------------------------------------------- * - * TclWinAccess -- + * TclpAccess -- * * This function replaces the library version of access. * @@ -605,7 +605,7 @@ TclWinStat(path, buf) */ int -TclWinAccess( +TclpAccess( CONST char *path, /* Path of file to access (in current CP). */ int mode) /* Permission setting. */ { -- cgit v0.12