summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorescoffon <escoffon@noemail.net>1998-07-06 14:36:33 (GMT)
committerescoffon <escoffon@noemail.net>1998-07-06 14:36:33 (GMT)
commitbeb8557a41095e816607ef2251ae0b2d9a4e5f30 (patch)
tree4a44c37be6b963d1095e5663748b880545ed6f99 /generic
parent27d2c0a0174beea33b6ac4943d670ad7ab29fddd (diff)
downloadtcl-beb8557a41095e816607ef2251ae0b2d9a4e5f30.zip
tcl-beb8557a41095e816607ef2251ae0b2d9a4e5f30.tar.gz
tcl-beb8557a41095e816607ef2251ae0b2d9a4e5f30.tar.bz2
Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc
from tclProc.c, for use by the TclPro compiler. FossilOrigin-Name: a39e0413a6d691a9d6900c49101bd09482342dc3
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 2472c58..eb505e1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1489,6 +1489,10 @@ EXTERN int TclPreventAliasLoop _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Interp *cmdInterp, Tcl_Command cmd));
EXTERN void TclPrintByteCodeObj _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Obj *objPtr));
+EXTERN void TclProcCleanupProc _ANSI_ARGS_((Proc *procPtr));
+EXTERN void TclProcDeleteProc _ANSI_ARGS_((ClientData clientData));
+EXTERN int TclProcInterpProc _ANSI_ARGS_((ClientData clientData,
+ Tcl_Interp *interp, int argc, char **argv));
EXTERN int TclRenameCommand _ANSI_ARGS_((Tcl_Interp *interp,
char *oldName, char *newName)) ;
EXTERN void TclResetShadowedCmdRefs _ANSI_ARGS_((