]> sjero.net Git - wget/blobdiff - src/connect.c
[svn] Committed C. Frankel's SSL patch.
[wget] / src / connect.c
index feb2bb52a2f023594d2ee0ae48c297195ada8c8b..6078f599847daa4224c0652a3d45d5a26fa6ccb9 100644 (file)
@@ -201,7 +201,7 @@ bindport (unsigned short *port)
 
    Returns 1 if FD is accessible, 0 for timeout and -1 for error in
    select().  */
-static int
+int
 select_fd (int fd, int maxtime, int writep)
 {
   fd_set fds, exceptfds;