summaryrefslogtreecommitdiff
path: root/Utilities/cmcurl/lib/vssh/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/vssh/ssh.h')
-rw-r--r--Utilities/cmcurl/lib/vssh/ssh.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/vssh/ssh.h b/Utilities/cmcurl/lib/vssh/ssh.h
index 52e1ee6c2..505b0787c 100644
--- a/Utilities/cmcurl/lib/vssh/ssh.h
+++ b/Utilities/cmcurl/lib/vssh/ssh.h
@@ -263,9 +263,12 @@ extern const struct Curl_handler Curl_handler_sftp;
CURLcode Curl_ssh_init(void);
void Curl_ssh_cleanup(void);
size_t Curl_ssh_version(char *buffer, size_t buflen);
+void Curl_ssh_attach(struct Curl_easy *data,
+ struct connectdata *conn);
#else
/* for non-SSH builds */
#define Curl_ssh_cleanup()
+#define Curl_ssh_attach(x,y)
#endif
#endif /* HEADER_CURL_SSH_H */