From RDB: telnet can now start up in passive mode, in which it
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index de93bc2..cd7262f 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -196,6 +196,7 @@ typedef struct {
     char username[32];
     char localusername[32];
     int rfc_environ;
+    int passive_telnet;
     /* Keyboard options */
     int bksp_is_delete;
     int rxvt_homeend;