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/tcl.h | |
| parent | 709cb0bf1e9cc8d605555a9f00bfc5c51cadc222 (diff) | |
| download | tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.zip tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.tar.gz tcl-be1d5df3b70b253ef1a0fd3ddb13f0f5740d7dea.tar.bz2 | |
fs cleanup
Diffstat (limited to 'generic/tcl.h')
| -rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 34a3311..893cddf 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.130 2002/06/21 23:55:35 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.131 2002/07/08 10:08:57 vincentdarley Exp $ */ #ifndef _TCL @@ -1583,7 +1583,7 @@ typedef int (Tcl_FSStatProc) _ANSI_ARGS_((Tcl_Obj *pathPtr, Tcl_StatBuf *buf)); typedef int (Tcl_FSAccessProc) _ANSI_ARGS_((Tcl_Obj *pathPtr, int mode)); typedef Tcl_Channel (Tcl_FSOpenFileChannelProc) _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *pathPtr, - CONST84 char *modeString, int permissions)); + int mode, int permissions)); typedef int (Tcl_FSMatchInDirectoryProc) _ANSI_ARGS_((Tcl_Interp* interp, Tcl_Obj *result, Tcl_Obj *pathPtr, CONST84 char *pattern, Tcl_GlobTypeData * types)); |
