tool_metalink.h: Fixed compilation warning
authorSteve Holme <steve_holme@hotmail.com>
Sat, 1 Mar 2014 20:11:28 +0000 (20:11 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 1 Mar 2014 20:16:33 +0000 (20:16 +0000)
warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function

src/tool_metalink.h

index 339fdac..3685906 100644 (file)
@@ -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);