From f7ef60c13f948ba41dcf76db3dbaaf29657ac4e2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 18 Sep 2008 19:17:28 +0000 Subject: fix compiler warning: external definition with no prior declaration --- tests/libtest/lib506.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib506.c') diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c index 952aa997a..260fec194 100644 --- a/tests/libtest/lib506.c +++ b/tests/libtest/lib506.c @@ -15,8 +15,8 @@ #include -const char *HOSTHEADER = "Host: www.host.foo.com"; -const char *JAR = "log/jar506"; +static const char *HOSTHEADER = "Host: www.host.foo.com"; +static const char *JAR = "log/jar506"; #define THREADS 2 /* struct containing data of a thread */ -- cgit v1.2.3