X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Frnetproxy.git;a=blobdiff_plain;f=tcp_connect.c;h=1ec710f236786d07b1411a1f06d4d7d600d36ed0;hp=1f62c97a24074c614ee95935cabe2f7fec8e58bf;hb=HEAD;hpb=177a38d9b0c0b456b32d71f6aae358dd6f898f29 diff --git a/tcp_connect.c b/tcp_connect.c index 1f62c97..1ec710f 100644 --- a/tcp_connect.c +++ b/tcp_connect.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Thadeu Lima de Souza Cascardo + * Copyright (C) 2008-2009 Thadeu Lima de Souza Cascardo * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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;