X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/43a1c4a467dcf78e1bf7f8aa71d2f685a79d757d..c6b4179107355f38804d343201876bde9181c990:/ssh.h diff --git a/ssh.h b/ssh.h index 60c54e4d..1ccc0740 100644 --- a/ssh.h +++ b/ssh.h @@ -11,6 +11,7 @@ struct ssh_channel; extern int sshfwd_write(struct ssh_channel *c, char *, int); extern void sshfwd_write_eof(struct ssh_channel *c); +extern void sshfwd_unclean_close(struct ssh_channel *c); extern void sshfwd_unthrottle(struct ssh_channel *c, int bufsize); /*