X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=socket.h;h=0c4ac001d219505555857c736eafdb9e93e0095a;hb=ecade79a63e9abad933e3705a02533620ddc92b5;hp=cbdeec06c51f4c3c4b8519be22ab2e0e8e1f237b;hpb=72ce8bce8dd655b6aefa33d0a74e883dad5202b5;p=~andy%2Ffetchmail diff --git a/socket.h b/socket.h index cbdeec06..0c4ac001 100644 --- a/socket.h +++ b/socket.h @@ -20,9 +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 **); -/** Sets the send/receive timeouts for socket \a sock to \a timeout - * seconds. \return zero on success. */ -int SockTimeout(int sock, int timeout); /** Get a string terminated by an '\n' (matches interface of fgets).