mirror of
https://github.com/curl/curl.git
synced 2026-04-17 06:01:42 +03:00
tests/server/util.h: add extern to silence compiler warning
Follow-up from a3b0699d5c
This commit is contained in:
parent
c9fddf64c6
commit
bb79320af7
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue