From: Steve Holme Date: Sat, 1 Mar 2014 20:11:28 +0000 (+0000) Subject: tool_metalink.h: Fixed compilation warning X-Git-Tag: curl-7_36_0~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46b1d0a047faa9afa1de506adb8342f972e0918c;p=curl tool_metalink.h: Fixed compilation warning warning: declaration of 'struct GlobalConfig' will not be visible outside of this function --- diff --git a/src/tool_metalink.h b/src/tool_metalink.h index 339fdac0f..368590681 100644 --- a/src/tool_metalink.h +++ b/src/tool_metalink.h @@ -23,6 +23,9 @@ ***************************************************************************/ #include "tool_setup.h" +struct GlobalConfig; +struct OperationConfig; + /* returns 1 for success, 0 otherwise (we use OpenSSL *_Init fncs directly) */ typedef int (* Curl_digest_init_func)(void *context);