From: Daniel Stenberg Date: Fri, 20 Jun 2008 10:45:26 +0000 (+0000) Subject: remove leftover proto that isn't used, I made it a macro instead X-Git-Tag: curl-7_19_0~434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e1a9da5e2ab29b4e7024395a09ab254f6b8d913;p=thirdparty%2Fcurl.git remove leftover proto that isn't used, I made it a macro instead --- diff --git a/lib/ssh.h b/lib/ssh.h index 9bbeaeda81..72c4f0b411 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)