From 46b1d0a047faa9afa1de506adb8342f972e0918c Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Sat, 1 Mar 2014 20:11:28 +0000
Subject: [PATCH] tool_metalink.h: Fixed compilation warning

warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
---
 src/tool_metalink.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/tool_metalink.h b/src/tool_metalink.h
index 339fdac0f1..3685906816 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);
 
-- 
GitLab