diff options
author | vincentdarley <vincentdarley> | 2001-09-06 17:51:00 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2001-09-06 17:51:00 (GMT) |
commit | 21bfd2e23db4c36f3bf8b253681b9c40c1947aca (patch) | |
tree | 39b09d3009512cdbe8e554ff455a6e9cf1e8901f /generic/tcl.decls | |
parent | b2eb53e7e42203f94e7f10658405a1ac3f4ad8db (diff) | |
download | tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.zip tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.gz tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.bz2 |
fs
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index a4783ab..a356955 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.55 2001/09/06 09:35:38 dkf Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.56 2001/09/06 17:51:00 vincentdarley Exp $ library tcl @@ -1678,6 +1678,9 @@ declare 478 generic { declare 479 generic { int Tcl_OutputBuffered(Tcl_Channel chan) } +declare 480 generic { + void Tcl_FSMountsChanged(Tcl_Filesystem *fsPtr) +} ############################################################################## |