diff options
Diffstat (limited to 'mac/tclMacChan.c')
-rw-r--r-- | mac/tclMacChan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tclMacChan.c b/mac/tclMacChan.c index b05d2f5..e11e47d 100644 --- a/mac/tclMacChan.c +++ b/mac/tclMacChan.c @@ -731,7 +731,7 @@ TclGetDefaultStdChannel( /* *---------------------------------------------------------------------- * - * Tcl_OpenFileChannel -- + * TclpOpenFileChannel -- * * Open an File based channel on Unix systems. * @@ -747,7 +747,7 @@ TclGetDefaultStdChannel( */ Tcl_Channel -Tcl_OpenFileChannel( +TclpOpenFileChannel( Tcl_Interp *interp, /* Interpreter for error reporting; * can be NULL. */ char *fileName, /* Name of file to open. */ |