Skip to content
Snippets Groups Projects
Commit 46b1d0a0 authored by Steve Holme's avatar Steve Holme
Browse files

tool_metalink.h: Fixed compilation warning

warning: declaration of 'struct GlobalConfig' will not be visible
outside of this function
parent eba19716
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment