X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=tcp_connect.c;h=99e12d423456a90dc385c4e53d31218a4c27c5d6;hb=d7294c8c99ac01d5871973ad8d5bfa7c92fe9889;hp=1f62c97a24074c614ee95935cabe2f7fec8e58bf;hpb=177a38d9b0c0b456b32d71f6aae358dd6f898f29;p=cascardo%2Frnetproxy.git diff --git a/tcp_connect.c b/tcp_connect.c index 1f62c97..99e12d4 100644 --- a/tcp_connect.c +++ b/tcp_connect.c @@ -24,7 +24,7 @@ #include #include -int +static int tcp_connect (struct addrinfo *ai) { int fd; @@ -39,7 +39,7 @@ tcp_connect (struct addrinfo *ai) return fd; } -int +static int tcp_connect_list (struct addrinfo *ai) { int fd = -1;