diff options
| author | zv@archiware.com <vasiljevic> | 2006-03-10 17:32:06 (GMT) |
|---|---|---|
| committer | zv@archiware.com <vasiljevic> | 2006-03-10 17:32:06 (GMT) |
| commit | eee10eb9cc478ea94c87d0878aef41136111ed7d (patch) | |
| tree | 1dd8b636cb121cb626c9024a2f986e84908a0dc4 | |
| parent | 3eb46eff2e1d4bbfe4c20b3de65336436de395a4 (diff) | |
| download | tcl-eee10eb9cc478ea94c87d0878aef41136111ed7d.zip tcl-eee10eb9cc478ea94c87d0878aef41136111ed7d.tar.gz tcl-eee10eb9cc478ea94c87d0878aef41136111ed7d.tar.bz2 | |
Added TclpFinalizeSockets() call.
| -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 69a44eb..492e2fe 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.268 2006/02/08 21:41:27 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.269 2006/03/10 17:32:06 vasiljevic Exp $ */ #ifndef _TCLINT @@ -2149,6 +2149,7 @@ MODULE_SCOPE int TclpDeleteFile(CONST char *path); MODULE_SCOPE void TclpFinalizeCondition(Tcl_Condition *condPtr); MODULE_SCOPE void TclpFinalizeMutex(Tcl_Mutex *mutexPtr); MODULE_SCOPE void TclpFinalizePipes(void); +MODULE_SCOPE void TclpFinalizeSockets _ANSI_ARGS_((void)); MODULE_SCOPE int TclpThreadCreate(Tcl_ThreadId *idPtr, Tcl_ThreadCreateProc proc, ClientData clientData, int stackSize, int flags); |
