summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorvasiljevic <vasiljevic@noemail.net>2006-03-10 14:09:02 (GMT)
committervasiljevic <vasiljevic@noemail.net>2006-03-10 14:09:02 (GMT)
commit351935b3635cdfe9fcc4b59276b7ddc7d398bbe5 (patch)
tree4dea18f36659646f53bcd3b86f2f1d3b141f4347 /generic/tclInt.h
parentf7bb70159abb68901e3e657a35afe6ef1956608f (diff)
downloadtcl-351935b3635cdfe9fcc4b59276b7ddc7d398bbe5.zip
tcl-351935b3635cdfe9fcc4b59276b7ddc7d398bbe5.tar.gz
tcl-351935b3635cdfe9fcc4b59276b7ddc7d398bbe5.tar.bz2
Added TclpFinalizeSockets() (Tcl Bug #1437595)
FossilOrigin-Name: 020fa1e6fd1dc1636e5e3f50ca4a62382e831688
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 64a6bbe..0129b5a 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.21 2005/11/27 02:34:41 das Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.118.2.22 2006/03/10 14:09:02 vasiljevic Exp $
*/
#ifndef _TCLINT
@@ -1742,6 +1742,7 @@ EXTERN void TclpFinalizeCondition _ANSI_ARGS_((
Tcl_Condition *condPtr));
EXTERN void TclpFinalizeMutex _ANSI_ARGS_((Tcl_Mutex *mutexPtr));
EXTERN void TclpFinalizePipes _ANSI_ARGS_((void));
+EXTERN void TclpFinalizeSockets _ANSI_ARGS_((void));
EXTERN void TclpFinalizeThreadData _ANSI_ARGS_((
Tcl_ThreadDataKey *keyPtr));
EXTERN void TclpFinalizeThreadDataKey _ANSI_ARGS_((