fix compiler warning: external declaration in primary source file

This commit is contained in:
Yang Tse 2008-09-13 03:55:21 +00:00
parent 61c0bdb09c
commit 09aa4cf2ca

View File

@ -3757,11 +3757,11 @@ output_expected(const char* url, const char* uploadfile)
static struct curl_slist *easycode; static struct curl_slist *easycode;
CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name, static CURLcode _my_setopt(CURL *curl, struct Configurable *config,
CURLoption tag, ...); const char *name, CURLoption tag, ...);
CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name, static CURLcode _my_setopt(CURL *curl, struct Configurable *config,
CURLoption tag, ...) const char *name, CURLoption tag, ...)
{ {
va_list arg; va_list arg;
CURLcode ret; CURLcode ret;