mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
wolfssh: remove redundant static prototypes
vssh/wolfssh.c:346:18: error: redundant redeclaration of ‘wscp_recv’ [-Werror=redundant-decls] Closes #12381
This commit is contained in:
parent
92efb39c00
commit
cfdcdc8d2f
@ -343,9 +343,6 @@ static CURLcode wssh_setup_connection(struct Curl_easy *data,
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static Curl_recv wscp_recv, wsftp_recv;
|
||||
static Curl_send wscp_send, wsftp_send;
|
||||
|
||||
static int userauth(byte authtype,
|
||||
WS_UserAuthData* authdata,
|
||||
void *ctx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user