]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Allow decimal values for --timeout, --wait, and --waitretry.
[wget] / src / connect.h
index e19241599d6059d421e3afddfdd7d8b05bc027c5..75eb9caaa2f5ba8ff3aadbf4f345e6108c6782a1 100644 (file)
@@ -39,7 +39,7 @@ 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));
+int select_fd PARAMS ((int, double, int));
 uerr_t bindport PARAMS ((unsigned short *, int));
 uerr_t acceptport PARAMS ((int *));
 void closeport PARAMS ((int));