summaryrefslogtreecommitdiffstats
path: root/mac/tclMacPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'mac/tclMacPort.h')
-rw-r--r--mac/tclMacPort.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h
index 50db085..d0edfb6 100644
--- a/mac/tclMacPort.h
+++ b/mac/tclMacPort.h
@@ -262,5 +262,7 @@ void TclUnsetEnv(CONST char *name);
EXTERN int TclpSameFile _ANSI_ARGS_((char *file1, char *file2,
struct stat *sourceStatBufPtr,
struct stat *destStatBufPtr)) ;
+EXTERN int TclpStat _ANSI_ARGS_ ((CONST char *path, struct stat *buf));
+EXTERN int TclpAccess _ANSI_ARGS_ ((CONST char *path, int mode));
#endif /* _MACPORT */