Port forwarding module now passes backend handles around properly.
[u/mdw/putty] / plink.c
diff --git a/plink.c b/plink.c
index 3b33264..86b3415 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -69,6 +69,9 @@ DWORD orig_console_mode;
 
 WSAEVENT netevent;
 
+static Backend *back;
+static void *backhandle;
+
 int term_ldisc(Terminal *term, int mode)
 {
     return FALSE;