summaryrefslogtreecommitdiffstats
path: root/generic/tclDecls.h
diff options
context:
space:
mode:
authorwelch <welch>1999-07-02 19:51:29 (GMT)
committerwelch <welch>1999-07-02 19:51:29 (GMT)
commit2d937e100928216f6ee936df4596363301450fe2 (patch)
tree6a074f5917a876bb3448145be44c032cb17bb78d /generic/tclDecls.h
parent66a17ecd6338f4871396c407f750c65400c8ad72 (diff)
downloadtcl-2d937e100928216f6ee936df4596363301450fe2.zip
tcl-2d937e100928216f6ee936df4596363301450fe2.tar.gz
tcl-2d937e100928216f6ee936df4596363301450fe2.tar.bz2
Name change from Tcl_ReplaceChannel to Tcl_StackChannel
Added new code that modifies the channel in place.
Diffstat (limited to 'generic/tclDecls.h')
-rw-r--r--generic/tclDecls.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h
index 835f858..b9ba5d5 100644
--- a/generic/tclDecls.h
+++ b/generic/tclDecls.h
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDecls.h,v 1.18 1999/06/30 17:47:28 welch Exp $
+ * RCS: @(#) $Id: tclDecls.h,v 1.19 1999/07/02 19:51:29 welch Exp $
*/
#ifndef _TCLDECLS
@@ -904,14 +904,15 @@ EXTERN void Tcl_GetVersion _ANSI_ARGS_((int * major, int * minor,
/* 280 */
EXTERN void Tcl_InitMemory _ANSI_ARGS_((Tcl_Interp * interp));
/* 281 */
-EXTERN Tcl_Channel Tcl_ReplaceChannel _ANSI_ARGS_((Tcl_Interp * interp,
+EXTERN Tcl_Channel Tcl_StackChannel _ANSI_ARGS_((Tcl_Interp * interp,
Tcl_ChannelType * typePtr,
ClientData instanceData, int mask,
Tcl_Channel prevChan));
/* 282 */
-EXTERN void Tcl_UndoReplaceChannel _ANSI_ARGS_((
+EXTERN void Tcl_UnstackChannel _ANSI_ARGS_((
Tcl_Interp * interp, Tcl_Channel chan));
-/* Slot 283 is reserved */
+/* 283 */
+EXTERN Tcl_Channel Tcl_GetStackedChannel _ANSI_ARGS_((Tcl_Channel chan));
/* Slot 284 is reserved */
/* Slot 285 is reserved */
/* 286 */