summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 350c5d6..c97331b 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -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: tcl.decls,v 1.162 2008/12/16 14:34:56 dgp Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.163 2008/12/18 01:14:16 ferrieux Exp $
library tcl
@@ -2271,6 +2271,11 @@ declare 623 generic {
}
+# TIP#332, Half Close made public
+declare 624 generic {
+ int Tcl_CloseEx(Tcl_Interp *interp, Tcl_Channel chan, int flags)
+}
+
##############################################################################
# Define the platform specific public Tcl interface. These functions are only