tool_metalink.h: Fixed compilation warning

warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
This commit is contained in:
Steve Holme 2014-03-01 20:11:28 +00:00
parent eba197161a
commit 46b1d0a047
1 changed files with 3 additions and 0 deletions

View 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);