From a6c915aab98a51b69a77a23ebe1ad8eaf0fd251f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 18 Sep 2008 16:21:09 +0000 Subject: fix compiler warning: external declaration in primary source file --- tests/server/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/server/util.h') diff --git a/tests/server/util.h b/tests/server/util.h index 9b9dd598b..aaca005f2 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -32,6 +32,9 @@ void logmsg(const char *msg, ...); /* global variable, where to find the 'data' dir */ extern const char *path; +/* global variable, log file name */ +extern const char *serverlogfile; + #ifdef WIN32 #include #include -- cgit v1.2.3