]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - proxy.h
Fixes for Debian bug #192701 (64-bit gccs warn about casts between
[PuTTY.git] / proxy.h
diff --git a/proxy.h b/proxy.h
index d4dec6a11f267e12eebce3d6f386bb6b842b8a45..8f49e60bf4abf57bb58796341f7226e24fb56020 100644 (file)
--- 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;