summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorvasiljevic <zv@archiware.com>2006-03-10 14:09:02 (GMT)
committervasiljevic <zv@archiware.com>2006-03-10 14:09:02 (GMT)
commit22be60059b2287091988d9439c16c781377358ef (patch)
tree4dea18f36659646f53bcd3b86f2f1d3b141f4347 /generic/tclInt.h
parent02cfcc5c2ba62dba567c1b599fa76e225796ff70 (diff)
downloadtcl-22be60059b2287091988d9439c16c781377358ef.zip
tcl-22be60059b2287091988d9439c16c781377358ef.tar.gz
tcl-22be60059b2287091988d9439c16c781377358ef.tar.bz2
Added TclpFinalizeSockets() (Tcl Bug #1437595)
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_((