summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-03 12:49:31 (GMT)
committervincentdarley <vincentdarley>2003-11-03 12:49:31 (GMT)
commit60fa96585cee84cfc8834308fdf455708f0a9174 (patch)
tree2770b1d6cff62498bd4ae14bc67f3deef85eb172 /generic/tclInt.h
parente300350d5bfd8bed856ef97f4da4c0c4871a2f4f (diff)
downloadtcl-60fa96585cee84cfc8834308fdf455708f0a9174.zip
tcl-60fa96585cee84cfc8834308fdf455708f0a9174.tar.gz
tcl-60fa96585cee84cfc8834308fdf455708f0a9174.tar.bz2
loadHandle vs clientData cleanup
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 0b36958..d622f15 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.137 2003/11/01 01:20:34 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.138 2003/11/03 12:49:31 vincentdarley Exp $
*/
#ifndef _TCLINT
@@ -1684,6 +1684,13 @@ EXTERN Tcl_Obj * TclLindexFlat _ANSI_ARGS_((Tcl_Interp* interp,
int indexCount,
Tcl_Obj *CONST indexArray[]
));
+EXTERN int TclLoadFile _ANSI_ARGS_((Tcl_Interp* interp,
+ Tcl_Obj *pathPtr, int symc,
+ CONST char *symbols[],
+ Tcl_PackageInitProc **procPtrs[],
+ Tcl_LoadHandle *handlePtr,
+ ClientData *clientDataPtr,
+ Tcl_FSUnloadFileProc **unloadProcPtr));
EXTERN Tcl_Obj * TclLsetList _ANSI_ARGS_((Tcl_Interp* interp,
Tcl_Obj* listPtr,
Tcl_Obj* indexPtr,