X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0f0a25075f6e788462506686cf538bc13a5beedb..cdd310bb1a216ee7713926b6cd813016fe5343ee:/proxy.h?ds=sidebyside diff --git a/proxy.h b/proxy.h index d4dec6a1..8f49e60b 100644 --- a/proxy.h +++ b/proxy.h @@ -77,7 +77,7 @@ struct Socket_proxy_tag { int sent_bufsize; /* accepting */ - void *accepting_sock; + OSSocket accepting_sock; /* configuration, used to look up proxy settings */ Config cfg;