mirror of
https://github.com/curl/curl.git
synced 2026-05-30 05:57:29 +03:00
remove leftover proto that isn't used, I made it a macro instead
This commit is contained in:
parent
422fd933f5
commit
2e1a9da5e2
1 changed files with 0 additions and 2 deletions
|
|
@ -37,8 +37,6 @@ ssize_t Curl_sftp_send(struct connectdata *conn, int sockindex,
|
|||
const void *mem, size_t len);
|
||||
ssize_t Curl_sftp_recv(struct connectdata *conn, int sockindex,
|
||||
char *mem, size_t len);
|
||||
bool Curl_ssh_enabled(struct connectdata *conn,
|
||||
int prot);
|
||||
|
||||
#define Curl_ssh_enabled(conn,prot) (conn->protocol & prot)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue