summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2003-05-13 22:55:50 (GMT)
committerhobbs <hobbs@noemail.net>2003-05-13 22:55:50 (GMT)
commite6ef8e9184f21c7b5959b2f439e9acc44ba0b7f0 (patch)
tree8d22c1efdfd41fdd9796064510edd9d8ea5872f9 /generic/tclIOUtil.c
parentd12af61d9a1ed02731bb5a51cb5291fe782f1d4a (diff)
downloadtcl-e6ef8e9184f21c7b5959b2f439e9acc44ba0b7f0.zip
tcl-e6ef8e9184f21c7b5959b2f439e9acc44ba0b7f0.tar.gz
tcl-e6ef8e9184f21c7b5959b2f439e9acc44ba0b7f0.tar.bz2
* generic/tclIOUtil.c: add decl for FsThrExitProc to suppress
warnings. FossilOrigin-Name: 73b49e26cd33ee99d32632fd5351306c3d8679f6
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r--generic/tclIOUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 840c431..42f73bd 100644
--- a/generic/tclIOUtil.c
+++ b/generic/tclIOUtil.c
@@ -17,7 +17,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.3 2003/05/11 01:23:13 hobbs Exp $
+ * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.4 2003/05/13 22:55:50 hobbs Exp $
*/
#include "tclInt.h"
@@ -100,7 +100,7 @@ static Tcl_Obj* TclFSNormalizeAbsolutePath
static FilesystemRecord* FsGetIterator(void);
static void FsReleaseIterator(void);
-
+static void FsThrExitProc(ClientData cd);
/*
* These form part of the native filesystem support. They are needed