X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f51dc0319e586d5809cc251a9767d23638610694..c8ee61b938e106e6638bf5973401fcfa98900286:/putty.h diff --git a/putty.h b/putty.h index f0b93a5f..c5a08b18 100644 --- a/putty.h +++ b/putty.h @@ -369,6 +369,9 @@ struct config_tag { } sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1, sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2, sshbug_dhgex2; + /* Options for pterm. Should split out into platform-dependent part. */ + int stamp_utmp; + int login_shell; }; /*