proxy.c now no longer refers to `cfg'. Instead, each of the three
[u/mdw/putty] / proxy.h
diff --git a/proxy.h b/proxy.h
index c79759c..cc11061 100644 (file)
--- a/proxy.h
+++ b/proxy.h
@@ -79,6 +79,8 @@ struct Socket_proxy_tag {
     /* accepting */
     void *accepting_sock;
 
+    /* configuration, used to look up proxy settings */
+    Config cfg;
 };
 
 typedef struct Plug_proxy_tag * Proxy_Plug;