X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4eeae4a39bc9faf539b8f819c12b1d1b9f22fc86..fd5e5847eb0f834ce8124f0574bd3cfaf878db53:/ssh.h diff --git a/ssh.h b/ssh.h index 80976244..f2558d8e 100644 --- a/ssh.h +++ b/ssh.h @@ -195,6 +195,13 @@ extern const struct ssh_mac ssh_sha1_buggy; */ extern char sshver[]; +/* + * Gross hack: pscp will try to start SFTP but fall back to scp1 if + * that fails. This variable is the means by which scp.c can reach + * into the SSH code and find out which one it got. + */ +extern int ssh_fallback_cmd; + #ifndef MSCRYPTOAPI void SHATransform(word32 * digest, word32 * data); #endif