]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - proxy.c
Implement connection sharing between instances of PuTTY.
[PuTTY_svn.git] / proxy.c
diff --git a/proxy.c b/proxy.c
index c22f30f4c8b95d49164e529da8d761fedf569607..e2201c643f80579e4b5dd3aa52310442ed53f469 100644 (file)
--- a/proxy.c
+++ b/proxy.c
@@ -267,8 +267,8 @@ static int plug_proxy_accepting(Plug p,
  * This function can accept a NULL pointer as `addr', in which case
  * it will only check the host name.
  */
-static int proxy_for_destination (SockAddr addr, const char *hostname,
-                                  int port, Conf *conf)
+int proxy_for_destination (SockAddr addr, const char *hostname,
+                           int port, Conf *conf)
 {
     int s = 0, e = 0;
     char hostip[64];