projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
422fd93
)
remove leftover proto that isn't used, I made it a macro instead
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 20 Jun 2008 10:45:26 +0000
(10:45 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 20 Jun 2008 10:45:26 +0000
(10:45 +0000)
lib/ssh.h
patch
|
blob
|
history
diff --git
a/lib/ssh.h
b/lib/ssh.h
index 9bbeaeda81564aec05c2fbffbb4f96225025cbc7..72c4f0b411fc4d23a95f183483c319e2cdb966e9 100644
(file)
--- 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)