X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=proxy.h;h=12b47e16de88d3860faee4ab6d7639a07f77e780;hb=068b67d2f6e9b186b3107ebcb1e88a141b7b5ebc;hp=10a8c67715d42892d3f93d8e369a226cbee8449f;hpb=947962e0b95e10151c186048a8b5cc2fb425838c;p=PuTTY.git diff --git a/proxy.h b/proxy.h index 10a8c677..12b47e16 100644 --- a/proxy.h +++ b/proxy.h @@ -78,7 +78,8 @@ struct Socket_proxy_tag { int sent_bufsize; /* accepting */ - OSSocket accepting_sock; + accept_fn_t accepting_constructor; + accept_ctx_t accepting_ctx; /* configuration, used to look up proxy settings */ Conf *conf;