aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh.h')
-rw-r--r--lib/ssh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh.h b/lib/ssh.h
index 9bbeaeda8..72c4f0b41 100644
--- a/lib/ssh.h
+++ b/lib/ssh.h
@@ -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)