From 8b1b828ae2abf9c2992239a94a7eaec9475b0ec0 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 19 Feb 2003 01:04:57 +0000 Subject: (HaveVersion): correctly decl static --- generic/tclIO.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclIO.c b/generic/tclIO.c index 91b45c2..556a2fe 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -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: tclIO.c,v 1.60 2003/02/17 22:32:05 mdejong Exp $ + * RCS: @(#) $Id: tclIO.c,v 1.61 2003/02/19 01:04:57 hobbs Exp $ */ #include "tclInt.h" @@ -8787,7 +8787,7 @@ Tcl_ChannelVersion(chanTypePtr) *---------------------------------------------------------------------- */ -int +static int HaveVersion(chanTypePtr, minimumVersion) Tcl_ChannelType *chanTypePtr; Tcl_ChannelTypeVersion minimumVersion; -- cgit v0.12