X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinstuff.h;h=84db7b04dfb8a1842ace2f2978323bc3a6e465c9;hb=92f3b101f550c164953b4a490e706ebd0d9f1374;hp=693fd42eb8cb2fe7cdc5d91f6082e4e9074aa51d;hpb=cb45b9cc253d6f661b2d90003b699c1558ca2bf4;p=PuTTY.git diff --git a/windows/winstuff.h b/windows/winstuff.h index 693fd42e..84db7b04 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -150,6 +150,8 @@ extern int (WINAPI *p_WSAGetLastError)(void); extern int (WINAPI *p_WSAEnumNetworkEvents) (SOCKET s, WSAEVENT hEventObject, LPWSANETWORKEVENTS lpNetworkEvents); +extern int socket_writable(SOCKET skt); + /* * Exports from winctrls.c. */