X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/aef05b788c268d43559a0183d1efe9c458724b94..feb02b4e2d7935972dc94bb78bf1a36bb7bdd1b3:/putty.h diff --git a/putty.h b/putty.h index 22ec8259..c648921b 100644 --- a/putty.h +++ b/putty.h @@ -458,6 +458,8 @@ struct config_tag { int ssh_subsys; /* run a subsystem rather than a command */ int ssh_subsys2; /* fallback to go with remote_cmd2 */ int ssh_no_shell; /* avoid running a shell */ + char ssh_nc_host[512]; /* host to connect to in `nc' mode */ + int ssh_nc_port; /* port to connect to in `nc' mode */ /* Telnet options */ char termtype[32]; char termspeed[32];