Configuration option for agent forwarding
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 6143643..4b9c30f 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -137,6 +137,7 @@ typedef struct {
     /* SSH options */
     char remote_cmd[512];
     int nopty;
+    int agentfwd;
     enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
     char keyfile[FILENAME_MAX];
     int sshprot;                       /* use v1 or v2 when both available */