summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls17
1 files changed, 16 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 982c240..89e0c54 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -11,7 +11,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.105.2.7 2005/07/12 20:36:17 kennykb Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.105.2.8 2005/08/25 15:46:30 dgp Exp $
library tcl
@@ -2013,6 +2013,21 @@ declare 560 generic {
Tcl_ChannelType *chanTypePtr)
}
+# TIP#219 (Tcl Channel Reflection API) akupries
+
+declare 561 generic {
+ void Tcl_SetChannelErrorInterp (Tcl_Interp* interp, Tcl_Obj* msg)
+}
+declare 562 generic {
+ void Tcl_GetChannelErrorInterp (Tcl_Interp* interp, Tcl_Obj** msg)
+}
+declare 563 generic {
+ void Tcl_SetChannelError (Tcl_Channel chan, Tcl_Obj* msg)
+}
+declare 564 generic {
+ void Tcl_GetChannelError (Tcl_Channel chan, Tcl_Obj** msg)
+}
+
##############################################################################
# Define the platform specific public Tcl interface. These functions are