X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/f65c46436087a59a6fcfba576d923faf162b0239..5bb641e1cb8327a54bbe1ed4391782a2cf1b938a:/putty.h diff --git a/putty.h b/putty.h index e8cf368d..4302b849 100644 --- a/putty.h +++ b/putty.h @@ -251,6 +251,7 @@ typedef struct { int nopty; int compression; int agentfwd; + int change_username; /* allow username switching in SSH2 */ int ssh_cipherlist[CIPHER_MAX]; char keyfile[FILENAME_MAX]; int sshprot; /* use v1 or v2 when both available */