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