X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7b6c9b998a8adee9acb7998f58a59a1a51e92470..a460b361fe6734325bead016ef2dd39e4da302f4:/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;