X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fconnect.h;h=1c378ddb95d96f14568afcd0918a423d38fb85e9;hb=024cb5ed3a0263775bc750b06bca74c91b389d2d;hp=8c1cb935e42807b19a229a232d7faf1362c87c43;hpb=f6921edc7366cc63d7e65ea8a9d87940ade71a06;p=wget diff --git a/src/connect.h b/src/connect.h index 8c1cb935..1c378ddb 100644 --- a/src/connect.h +++ b/src/connect.h @@ -20,8 +20,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef CONNECT_H #define CONNECT_H +struct address_list; + /* Function declarations */ -uerr_t make_connection PARAMS ((int *, char *, unsigned short)); + +int connect_to_many PARAMS ((struct address_list *, unsigned short, int)); +void set_connection_host_name PARAMS ((const char *)); + int test_socket_open PARAMS ((int)); uerr_t bindport PARAMS ((unsigned short *)); uerr_t acceptport PARAMS ((int *));