fix compiler warning: external declaration in primary source file
This commit is contained in:
parent
61c0bdb09c
commit
09aa4cf2ca
@ -3757,11 +3757,11 @@ output_expected(const char* url, const char* uploadfile)
|
||||
|
||||
static struct curl_slist *easycode;
|
||||
|
||||
CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name,
|
||||
CURLoption tag, ...);
|
||||
static CURLcode _my_setopt(CURL *curl, struct Configurable *config,
|
||||
const char *name, CURLoption tag, ...);
|
||||
|
||||
CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name,
|
||||
CURLoption tag, ...)
|
||||
static CURLcode _my_setopt(CURL *curl, struct Configurable *config,
|
||||
const char *name, CURLoption tag, ...)
|
||||
{
|
||||
va_list arg;
|
||||
CURLcode ret;
|
||||
|
Loading…
Reference in New Issue
Block a user