X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0f0a25075f6e788462506686cf538bc13a5beedb..4123fa9acad10cd0bab8aded6e336b280ea2e95b:/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;