diff options
author | vincentdarley <vincentdarley@noemail.net> | 2001-09-06 17:50:59 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2001-09-06 17:50:59 (GMT) |
commit | abdc9091ace1cbf5564058e9ad47ebca965de42b (patch) | |
tree | 39b09d3009512cdbe8e554ff455a6e9cf1e8901f /generic/tclStubInit.c | |
parent | 7a6efa7f44b4951525bb4487c6404a80607d5838 (diff) | |
download | tcl-abdc9091ace1cbf5564058e9ad47ebca965de42b.zip tcl-abdc9091ace1cbf5564058e9ad47ebca965de42b.tar.gz tcl-abdc9091ace1cbf5564058e9ad47ebca965de42b.tar.bz2 |
fs
FossilOrigin-Name: 794a35916c80cd4b50c09d703acd054b587bb3aa
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. */ |