aboutsummaryrefslogtreecommitdiff
path: root/tests/server/util.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-18 16:21:09 +0000
committerYang Tse <yangsita@gmail.com>2008-09-18 16:21:09 +0000
commita6c915aab98a51b69a77a23ebe1ad8eaf0fd251f (patch)
tree197a1708904aad5274994d0232b0e7edf8fdae01 /tests/server/util.h
parenta8323cc3f5f3ab0621e14ebf543a870feed2280e (diff)
fix compiler warning: external declaration in primary source file
Diffstat (limited to 'tests/server/util.h')
-rw-r--r--tests/server/util.h3
1 files changed, 3 insertions, 0 deletions
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 <process.h>
#include <fcntl.h>