X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7b6c9b998a8adee9acb7998f58a59a1a51e92470..95b1a3e43c8289c920cab11cc27a48a3aa848d3c:/proxy.h diff --git a/proxy.h b/proxy.h index c79759c4..cc11061e 100644 --- a/proxy.h +++ b/proxy.h @@ -79,6 +79,8 @@ struct Socket_proxy_tag { /* accepting */ void *accepting_sock; + /* configuration, used to look up proxy settings */ + Config cfg; }; typedef struct Plug_proxy_tag * Proxy_Plug;