X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1cd480517052e34be81b4b315c25c92d2d964a09..0d694692c59504838ec2043ddfe670b3a9247faf:/putty.h diff --git a/putty.h b/putty.h index 2e72b565..7bb97d96 100644 --- a/putty.h +++ b/putty.h @@ -176,6 +176,7 @@ typedef struct { int sshprot; /* use v1 or v2 when both available */ int buggymac; /* MAC bug commmercial <=v2.3.x SSH2 */ int try_tis_auth; + int ssh_subsys; /* run a subsystem rather than a command */ /* Telnet options */ char termtype[32]; char termspeed[32];