X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f9e162aa7d74067d3eccca409dec510edf397364..4a8fc3c43e71f1500b1f1203431ce944a832110e:/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];