X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0ff9ea389c749836c7c6f23f1e654bc9a5600ebf..f6f450e2b1db4ae729c6df593dbbbff842bd6f3b:/unix/uxplink.c diff --git a/unix/uxplink.c b/unix/uxplink.c index a62d34eb..9fce0560 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -237,6 +237,13 @@ void sigwinch(int signum) } /* + * In Plink our selects are synchronous, so these functions are + * empty stubs. + */ +int uxsel_input_add(int fd, int rwx) { return 0; } +void uxsel_input_remove(int id) { } + +/* * Short description of parameters. */ static void usage(void) @@ -256,6 +263,7 @@ static void usage(void) printf(" -batch disable all interactive prompts\n"); printf("The following options only apply to SSH connections:\n"); printf(" -pw passw login with specified password\n"); + printf(" -D listen-port Dynamic SOCKS-based port forwarding\n"); printf(" -L listen-port:host:port Forward local port to " "remote address\n"); printf(" -R listen-port:host:port Forward remote port to"