]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/server/util.h: add extern to silence compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 May 2020 13:36:20 +0000 (15:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 May 2020 13:37:09 +0000 (15:37 +0200)
Follow-up from a3b0699d5c1

tests/server/util.h

index b64c1d5a7bdf9eb62db03fcd13765eb1471d6d20..629539205ad846e77cf37e4cb201a7fc80bbc23b 100644 (file)
@@ -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 <process.h>
 #include <fcntl.h>