]> Pileus Git - ~andy/fetchmail/blobdiff - socket.h
Update website for 6.3.24.
[~andy/fetchmail] / socket.h
index 81b56c0690c40146a2d3edbfd99de523435eb33e..0c4ac001d219505555857c736eafdb9e93e0095a 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -20,12 +20,6 @@ struct addrinfo;
 /** Create a new client socket; returns -1 on error */
 int SockOpen(const char *host, const char *service, const char *plugin, struct addrinfo **);
 
-/** Returns 1 if socket \a fd is OK, 0 if it isn't select()able
- * on - probably because it's been closed. You should
- * always check this function before passing stuff to the
- * select()-based waiter, as otherwise it may loop. 
- */
-int SockCheckOpen(int fd);
 
 /** 
 Get a string terminated by an '\n' (matches interface of fgets).