X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=socket.h;h=9d9406d958c4eae21dfe3d901807dce816bcf4bf;hb=910d5a2f852edb8c4e54c0e875da6a90385ab790;hp=bda70d29aba4894f4ee3cad1660d3ee64015e742;hpb=0509664fabff71e61c295ba212bccd00ee41e467;p=~andy%2Ffetchmail diff --git a/socket.h b/socket.h index bda70d29..9d9406d9 100644 --- a/socket.h +++ b/socket.h @@ -16,13 +16,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). Pass it a valid socket, a buffer for the string, and