diff options
| author | jan.nijtmans <jan.nijtmans@noemail.net> | 2017-01-04 12:55:27 (GMT) |
|---|---|---|
| committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2017-01-04 12:55:27 (GMT) |
| commit | 24c2365559f753a0f95ef0a45e12f7f958dae507 (patch) | |
| tree | b64499c460f8fe5e22a1aafb982247b6e9a3d4a4 /generic/tcl.decls | |
| parent | 31f781cd8739ac3da84b4ccb9b36b9a01dc8cb42 (diff) | |
| parent | c0d313c7703e16f4ff4cc215af3c25db0f4be424 (diff) | |
| download | tcl-tip-456.zip tcl-tip-456.tar.gz tcl-tip-456.tar.bz2 | |
TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C API to Support Passing Options to TCP Server Creationtip-456
FossilOrigin-Name: b5c47b5b2fe695bc721aff203491a6cdeea452ae
Diffstat (limited to 'generic/tcl.decls')
| -rw-r--r-- | generic/tcl.decls | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 574b49b..ba047a0 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -2326,6 +2326,17 @@ declare 630 { # ----- BASELINE -- FOR -- 8.6.0 ----- # +# TIP #456 +declare 631 { + Tcl_Channel Tcl_OpenTcpServerEx(Tcl_Interp *interp, const char *service, + const char *host, unsigned int flags, Tcl_TcpAcceptProc *acceptProc, + ClientData callbackData) +} + +# ----- BASELINE -- FOR -- 8.7.0 ----- # + + + ############################################################################## # Define the platform specific public Tcl interface. These functions are only |
