X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=socket.h;h=9d9406d958c4eae21dfe3d901807dce816bcf4bf;hb=f78031293074cfd648a4f5453727a687d6886490;hp=80decac2fb7304f014ed9a5544797b3992724c05;hpb=dbb179567dd2e850e0e8327a823d21ee311db823;p=~andy%2Ffetchmail diff --git a/socket.h b/socket.h index 80decac2..9d9406d9 100644 --- a/socket.h +++ b/socket.h @@ -16,10 +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 **); -/** 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). Pass it a valid socket, a buffer for the string, and