X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0f0a25075f6e788462506686cf538bc13a5beedb..f85e6f6edb2c9415bc10bd2015479d72ea8c5ae2:/proxy.h 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;