diff options
author | vincentdarley <vincentdarley> | 2002-07-18 15:09:44 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-18 15:09:44 (GMT) |
commit | 20b4ff09da18675ea2feab59089754f481ec34ee (patch) | |
tree | 829643419109b08ba493bfc1e9aad427e7ce0bb9 /generic/tclInt.h | |
parent | 48c1f1f624f1e8a2956e0dca4270bf1317fb7dce (diff) | |
download | tcl-20b4ff09da18675ea2feab59089754f481ec34ee.zip tcl-20b4ff09da18675ea2feab59089754f481ec34ee.tar.gz tcl-20b4ff09da18675ea2feab59089754f481ec34ee.tar.bz2 |
load comments and clientData replacement
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 8f67d45..7400ce0 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.104 2002/07/18 15:06:54 vincentdarley Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.105 2002/07/18 15:09:44 vincentdarley Exp $ */ #ifndef _TCLINT @@ -1761,7 +1761,10 @@ EXTERN void TclpInitPlatform _ANSI_ARGS_((void)); EXTERN void TclpInitUnlock _ANSI_ARGS_((void)); EXTERN int TclpLoadFile _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *pathPtr, - TclLoadHandle *loadHandle, + CONST char *sym1, CONST char *sym2, + Tcl_PackageInitProc **proc1Ptr, + Tcl_PackageInitProc **proc2Ptr, + ClientData *clientDataPtr, Tcl_FSUnloadFileProc **unloadProcPtr)); EXTERN Tcl_Obj* TclpObjListVolumes _ANSI_ARGS_((void)); EXTERN void TclpMasterLock _ANSI_ARGS_((void)); |