X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=proxy.c;h=e2201c643f80579e4b5dd3aa52310442ed53f469;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=c22f30f4c8b95d49164e529da8d761fedf569607;hpb=8be6fbaa09f1e0d73a533b5623970a872ec14cc6;p=PuTTY.git diff --git a/proxy.c b/proxy.c index c22f30f4..e2201c64 100644 --- 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];