X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/70133c0ebf73ea69b2b27a303efdb29cb47d5f6d..3ca5c28cafade2c9e0ada4d5b30c1d9b1be32f4c:/putty.h?ds=sidebyside 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 */