From bb79320af7e718abb8bcaa17b406deb06eeb25ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 May 2020 15:36:20 +0200 Subject: tests/server/util.h: add extern to silence compiler warning Follow-up from a3b0699d5c1 --- tests/server/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/server/util.h b/tests/server/util.h index b64c1d5a7..629539205 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -38,6 +38,8 @@ extern const char *path; /* global variable, log file name */ extern const char *serverlogfile; +extern const char *cmdfile; + #if defined(WIN32) || defined(_WIN32) #include #include -- cgit v1.2.3