Been meaning to do this for years: introduce a configuration option
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 8f6461e..25758b2 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -427,6 +427,7 @@ struct config_tag {
     int ping_interval;                /* in seconds */
     int tcp_nodelay;
     int tcp_keepalives;
+    char loghost[512];  /* logical host being contacted, for host key check */
     /* Proxy options */
     char proxy_exclude_list[512];
     int proxy_dns;