From a9c63f1a5538497bd1f1bac4aa1ba50129427aea Mon Sep 17 00:00:00 2001 From: rjohnson Date: Wed, 14 Oct 1998 00:32:55 +0000 Subject: Made some the prototypes & function defs consistant in tclUnixTest.c --- unix/tclUnixTest.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index 564b368..a8b48ea 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -4,11 +4,12 @@ * Contains platform specific test commands for the Unix platform. * * Copyright (c) 1996 Sun Microsystems, Inc. + * Copyright (c) 1998 by Scriptics Corporation. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixTest.c,v 1.8 1998/09/14 18:40:18 stanton Exp $ + * RCS: @(#) $Id: tclUnixTest.c,v 1.9 1998/10/14 00:32:55 rjohnson Exp $ */ #include "tclInt.h" @@ -516,7 +517,7 @@ TestgetopenfileCmd(clientData, interp, argc, argv) *---------------------------------------------------------------------- */ -int +static int TestalarmCmd(clientData, interp, argc, argv) ClientData clientData; /* Not used. */ Tcl_Interp *interp; /* Current interpreter. */ @@ -593,7 +594,7 @@ AlarmHandler() *---------------------------------------------------------------------- */ -int +static int TestgotsigCmd(clientData, interp, argc, argv) ClientData clientData; /* Not used. */ Tcl_Interp *interp; /* Current interpreter. */ -- cgit v0.12