mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:23:31 +03:00
version: turn version number functions into returning void
... as we never use the return codes from them. Reviewed-by: Daniel Gustafsson Closes #7319
This commit is contained in:
parent
5372ee37d3
commit
63c7668182
13 changed files with 31 additions and 37 deletions
|
|
@ -262,7 +262,7 @@ extern const struct Curl_handler Curl_handler_sftp;
|
|||
/* generic SSH backend functions */
|
||||
CURLcode Curl_ssh_init(void);
|
||||
void Curl_ssh_cleanup(void);
|
||||
size_t Curl_ssh_version(char *buffer, size_t buflen);
|
||||
void Curl_ssh_version(char *buffer, size_t buflen);
|
||||
void Curl_ssh_attach(struct Curl_easy *data,
|
||||
struct connectdata *conn);
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue