summaryrefslogtreecommitdiffstats
path: root/win/tclWinChan.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-08 14:12:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-08 14:12:19 (GMT)
commit9011dbd1ff1bfd2b40d76f37c91b8f3655133e44 (patch)
tree6ec84a48d748296e388be5bfec75f5c23f500bed /win/tclWinChan.c
parent3d9cb3d71e47525ba2c3176b8c64e6133ed9dd75 (diff)
downloadtcl-9011dbd1ff1bfd2b40d76f37c91b8f3655133e44.zip
tcl-9011dbd1ff1bfd2b40d76f37c91b8f3655133e44.tar.gz
tcl-9011dbd1ff1bfd2b40d76f37c91b8f3655133e44.tar.bz2
D'oh. [Bug 1217017]
Diffstat (limited to 'win/tclWinChan.c')
-rw-r--r--win/tclWinChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinChan.c b/win/tclWinChan.c
index 673cd6a..c4ec930 100644
--- a/win/tclWinChan.c
+++ b/win/tclWinChan.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinChan.c,v 1.41 2005/06/07 21:31:53 dkf Exp $
+ * RCS: @(#) $Id: tclWinChan.c,v 1.42 2005/06/08 14:12:19 dkf Exp $
*/
#include "tclWinInt.h"
@@ -100,7 +100,7 @@ static void FileWatchProc _ANSI_ARGS_((ClientData instanceData,
int mask));
static void FileThreadActionProc _ANSI_ARGS_ ((
ClientData instanceData, int action));
-static void FileTruncateProc _ANSI_ARGS_ ((
+static int FileTruncateProc _ANSI_ARGS_ ((
ClientData instanceData, Tcl_WideInt length));
/*