Extensive changes that _should_ fix the socket buffering problems,
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index d7b5b16..8097624 100644 (file)
--- 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.
  */