diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-20 10:45:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-20 10:45:26 +0000 |
commit | 2e1a9da5e2ab29b4e7024395a09ab254f6b8d913 (patch) | |
tree | 3484cd29f7e16fe5a7d70f681b1f73c6da2159ab /lib | |
parent | 422fd933f508225d3d95128ba97ae3e38dff53dc (diff) |
remove leftover proto that isn't used, I made it a macro instead
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh.h | 2 |
1 files changed, 0 insertions, 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) |