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/tclStubInit.c | |
parent | b2eb53e7e42203f94e7f10658405a1ac3f4ad8db (diff) | |
download | tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.zip tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.gz tcl-21bfd2e23db4c36f3bf8b253681b9c40c1947aca.tar.bz2 |
fs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index a3c6b02..f216358 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -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: tclStubInit.c,v 1.58 2001/09/06 09:35:39 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.59 2001/09/06 17:51:00 vincentdarley Exp $ */ #include "tclInt.h" @@ -876,6 +876,7 @@ TclStubs tclStubs = { Tcl_FSGetFileSystemForPath, /* 477 */ Tcl_FSGetPathType, /* 478 */ Tcl_OutputBuffered, /* 479 */ + Tcl_FSMountsChanged, /* 480 */ }; /* !END!: Do not edit above this line. */ |