mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:17:16 +03: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
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue