diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-04 19:33:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-07-04 19:33:54 (GMT) |
commit | 11bd96f522f132f96f962526ac9d71fce0527941 (patch) | |
tree | 9ea4877ec550e946bf820f16faf0e54c4100c9e8 /generic/tclInt.h | |
parent | ffbe67c65253a900b98f481ed64d4928f470adb9 (diff) | |
parent | 81273c08299cbf6136ed00929ef536381e044d91 (diff) | |
download | tcl-11bd96f522f132f96f962526ac9d71fce0527941.zip tcl-11bd96f522f132f96f962526ac9d71fce0527941.tar.gz tcl-11bd96f522f132f96f962526ac9d71fce0527941.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index fac12bc..51a33d3 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2966,9 +2966,8 @@ 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); + void **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); |