Add Norman Brandinger's suggested `-m' option in plink, to read the
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index e4ca786..549349c 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -168,6 +168,8 @@ typedef struct {
     int ping_interval;                 /* in seconds */
     /* SSH options */
     char remote_cmd[512];
+    char *remote_cmd_ptr;              /* might point to a larger command
+                                        * but never for loading/saving */
     int nopty;
     int compression;
     int agentfwd;