mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
tool_metalink.h: Fixed compilation warning
warning: declaration of 'struct GlobalConfig' will not be visible outside of this function
This commit is contained in:
parent
eba197161a
commit
46b1d0a047
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user