]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Remove implicit declaration warnings.
[wget] / src / connect.h
index 1c378ddb95d96f14568afcd0918a423d38fb85e9..1924cba3fc63ddc4174033c7bbbd45ab0d74eb21 100644 (file)
@@ -24,10 +24,12 @@ struct address_list;
 
 /* Function declarations */
 
+int connect_to_one PARAMS ((const unsigned char *, unsigned short, int));
 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));
+int select_fd PARAMS ((int, int, int));
 uerr_t bindport PARAMS ((unsigned short *));
 uerr_t acceptport PARAMS ((int *));
 void closeport PARAMS ((int));