diff options
| author | vincentdarley <vincentdarley> | 2002-07-08 10:08:57 (GMT) |
|---|---|---|
| committer | vincentdarley <vincentdarley> | 2002-07-08 10:08:57 (GMT) |
| commit | be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea (patch) | |
| tree | 44cae45dd1f262fcc31e6d07b240050fb7e44481 /generic/tclInt.h | |
| parent | 709cb0bf1e9cc8d605555a9f00bfc5c51cadc222 (diff) | |
| download | tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.zip tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.tar.gz tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.tar.bz2 | |
fs cleanup
Diffstat (limited to 'generic/tclInt.h')
| -rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index d16d02c..dc77293 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.95 2002/06/17 22:52:51 hobbs Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.96 2002/07/08 10:08:57 vincentdarley Exp $ */ #ifndef _TCLINT @@ -1904,7 +1904,7 @@ EXTERN Tcl_Obj* TclFileDirname _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj*pathPtr)); EXTERN int TclpObjStat _ANSI_ARGS_((Tcl_Obj *pathPtr, Tcl_StatBuf *buf)); EXTERN Tcl_Channel TclpOpenFileChannel _ANSI_ARGS_((Tcl_Interp *interp, - Tcl_Obj *pathPtr, CONST char *modeString, + Tcl_Obj *pathPtr, int mode, int permissions)); EXTERN void TclpPanic _ANSI_ARGS_(TCL_VARARGS(CONST char *, format)); |
