diff options
author | vincentdarley <vincentdarley> | 2002-07-18 15:04:51 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-18 15:04:51 (GMT) |
commit | b355103baab13c260a35798a589f4357f9fd115a (patch) | |
tree | f356d5d56da72d498b37011b9e007ccb03fade54 /generic/tcl.h | |
parent | 20f90f51f25cf3474e10150eebc6f1e23f68a0db (diff) | |
download | tcl-b355103baab13c260a35798a589f4357f9fd115a.zip tcl-b355103baab13c260a35798a589f4357f9fd115a.tar.gz tcl-b355103baab13c260a35798a589f4357f9fd115a.tar.bz2 |
load comments and clientData replacement
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 b2c8ee9..4e67efa 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.132 2002/07/14 17:29:01 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.133 2002/07/18 15:04:53 vincentdarley Exp $ */ #ifndef _TCL @@ -1598,7 +1598,7 @@ typedef int (Tcl_FSRemoveDirectoryProc) _ANSI_ARGS_((Tcl_Obj *pathPtr, int recursive, Tcl_Obj **errorPtr)); typedef int (Tcl_FSRenameFileProc) _ANSI_ARGS_((Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr)); -typedef void (Tcl_FSUnloadFileProc) _ANSI_ARGS_((ClientData clientData)); +typedef void (Tcl_FSUnloadFileProc) _ANSI_ARGS_((TclLoadHandle loadHandle)); typedef Tcl_Obj* (Tcl_FSListVolumesProc) _ANSI_ARGS_((void)); /* We have to declare the utime structure here. */ struct utimbuf; |