aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-06-20 10:45:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-06-20 10:45:26 +0000
commit2e1a9da5e2ab29b4e7024395a09ab254f6b8d913 (patch)
tree3484cd29f7e16fe5a7d70f681b1f73c6da2159ab /lib/ssh.h
parent422fd933f508225d3d95128ba97ae3e38dff53dc (diff)
remove leftover proto that isn't used, I made it a macro instead
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)