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:
Daniel Stenberg 2023-11-22 08:57:19 +01:00
parent 92efb39c00
commit cfdcdc8d2f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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)