From de149cdbaf9327b5dbb85b1a473fce5c6ec7951f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 27 Dec 2000 20:26:07 +0000 Subject: Make local functions static. --- timezone/tst-timezone.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'timezone/tst-timezone.c') diff --git a/timezone/tst-timezone.c b/timezone/tst-timezone.c index edff458abd..edcdfb805a 100644 --- a/timezone/tst-timezone.c +++ b/timezone/tst-timezone.c @@ -1,6 +1,6 @@ -/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. + Contributed by Andreas Jaeger , 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -52,7 +52,7 @@ static const struct test_times tests[] = /* This string will be used for `putenv' calls. */ char envstring[100]; -void +static void print_tzvars (void) { printf ("tzname[0]: %s\n", tzname[0]); @@ -62,7 +62,7 @@ print_tzvars (void) } -void +static void check_tzvars (const char *name, int dayl, int timez, const char *const tznam[]) { int i; -- cgit 1.4.1