From: Daniel Stenberg Date: Wed, 20 May 2020 13:36:20 +0000 (+0200) Subject: tests/server/util.h: add extern to silence compiler warning X-Git-Tag: curl-7_71_0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb79320af7e718abb8bcaa17b406deb06eeb25ac;p=thirdparty%2Fcurl.git tests/server/util.h: add extern to silence compiler warning Follow-up from a3b0699d5c1 --- diff --git a/tests/server/util.h b/tests/server/util.h index b64c1d5a7b..629539205a 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