diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 19:35:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-06-22 19:35:10 (GMT) |
commit | 37d7859f69fa858cde620a429a5616ced9059d3f (patch) | |
tree | ac752dcd448c2800fec0ea4fc60c787b9998a0c5 /generic/tclInt.h | |
parent | 7164775ff1dd6d93ea1029b267d07872a35a62f8 (diff) | |
download | tcl-37d7859f69fa858cde620a429a5616ced9059d3f.zip tcl-37d7859f69fa858cde620a429a5616ced9059d3f.tar.gz tcl-37d7859f69fa858cde620a429a5616ced9059d3f.tar.bz2 |
bug 1225727
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index c0f1982..23bd5aa 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.118.2.13 2005/06/22 16:49:28 andreas_kupries Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.118.2.14 2005/06/22 19:35:18 kennykb Exp $ */ #ifndef _TCLINT @@ -1721,6 +1721,7 @@ EXTERN int TclpDeleteFile _ANSI_ARGS_((CONST char *path)); EXTERN void TclpFinalizeCondition _ANSI_ARGS_(( Tcl_Condition *condPtr)); EXTERN void TclpFinalizeMutex _ANSI_ARGS_((Tcl_Mutex *mutexPtr)); +EXTERN void TclpFinalizePipes _ANSI_ARGS_((void)); EXTERN void TclpFinalizeThreadData _ANSI_ARGS_(( Tcl_ThreadDataKey *keyPtr)); EXTERN void TclpFinalizeThreadDataKey _ANSI_ARGS_(( |