summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-06 09:35:38 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-06 09:35:38 (GMT)
commit00fa35903e2fbdfd338272cca5a688e72cfa2fe5 (patch)
tree93416be5c270a49dbdaf6d13f37789d57f26b257 /generic/tcl.decls
parentc8fdd3bc2f632161150acc34eba0e6904ada0e9c (diff)
downloadtcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.zip
tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.gz
tcl-00fa35903e2fbdfd338272cca5a688e72cfa2fe5.tar.bz2
Changes due to TIP#49 "Tcl_OutputBuffered" from Rolf Schroedter
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls9
1 files changed, 7 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index f0f64a9..a4783ab 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -10,7 +10,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.54 2001/09/04 18:06:34 vincentdarley Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.55 2001/09/06 09:35:38 dkf Exp $
library tcl
@@ -1542,6 +1542,7 @@ declare 438 generic {
declare 439 generic {
int Tcl_IsStandardChannel(Tcl_Channel channel)
}
+# New functions due to TIP#17
declare 440 generic {
int Tcl_FSCopyFile(Tcl_Obj *srcPathPtr, Tcl_Obj *destPathPtr)
}
@@ -1671,7 +1672,11 @@ declare 477 generic {
Tcl_Filesystem* Tcl_FSGetFileSystemForPath(Tcl_Obj* pathObjPtr)
}
declare 478 generic {
- Tcl_PathType Tcl_FSGetPathType (Tcl_Obj *pathObjPtr)
+ Tcl_PathType Tcl_FSGetPathType (Tcl_Obj *pathObjPtr)
+}
+# New function due to TIP#49
+declare 479 generic {
+ int Tcl_OutputBuffered(Tcl_Channel chan)
}
##############################################################################