Stop plink losing data at start of session
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 8c69d90..f89aeac 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -110,6 +110,7 @@ typedef struct {
     void (*size) (void);
     void (*special) (Telnet_Special code);
     SOCKET (*socket) (void);
+    int (*sendok) (void);
 } Backend;
 
 GLOBAL Backend *back;