From 2e1a9da5e2ab29b4e7024395a09ab254f6b8d913 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Jun 2008 10:45:26 +0000 Subject: remove leftover proto that isn't used, I made it a macro instead --- lib/ssh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/ssh.h') 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) -- cgit v1.2.3