summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-09-28 15:43:01 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-09-28 15:43:01 (GMT)
commited1a39674bcefde95dc18068ce7e17ae293fe9e3 (patch)
treea5ca901b1b747e314b9e99bc60e0f0be4b9d529d /generic/tclInt.h
parentfebbc1b38ee29ebd5f6115e579a65c0660cf1837 (diff)
downloadtcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.zip
tcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.tar.gz
tcl-ed1a39674bcefde95dc18068ce7e17ae293fe9e3.tar.bz2
merge
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 644eabc..6d3968f 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,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.482.2.2 2010/09/27 20:33:37 kennykb Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.482.2.3 2010/09/28 15:43:01 kennykb Exp $
*/
#ifndef _TCLINT
@@ -2986,6 +2986,10 @@ MODULE_SCOPE void TclpFinalizeCondition(Tcl_Condition *condPtr);
MODULE_SCOPE void TclpFinalizeMutex(Tcl_Mutex *mutexPtr);
MODULE_SCOPE void TclpFinalizePipes(void);
MODULE_SCOPE void TclpFinalizeSockets(void);
+MODULE_SCOPE int TclCreateSocketAddress(Tcl_Interp *interp,
+ struct addrinfo **addrlist,
+ const char *host, int port, int willBind,
+ const char **errorMsgPtr);
MODULE_SCOPE int TclpThreadCreate(Tcl_ThreadId *idPtr,
Tcl_ThreadCreateProc *proc, ClientData clientData,
int stackSize, int flags);