]> granicus.if.org Git - curl/commitdiff
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 339fdac0f1a784382018e3c3d471b865750dcab7..36859068162abd392db3a5d7ecd8745aa422376f 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);