X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d74d141c2daed084c8a62c5dc5b88e801b81ee5a..5471d09ad63fc6216fb9c2a3b52ca9c93821a054:/ssh.h diff --git a/ssh.h b/ssh.h index d7b5b162..80976244 100644 --- a/ssh.h +++ b/ssh.h @@ -3,6 +3,10 @@ #include "puttymem.h" #include "network.h" +extern void sshfwd_close(struct ssh_channel *c); +extern int sshfwd_write(struct ssh_channel *c, char *, int); +extern void sshfwd_unthrottle(struct ssh_channel *c, int bufsize); + /* * Useful thing. */