mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-27 16:00:43 -05:00
Support AF_UNIX listening sockets on Windows.
Not all Windows toolchains have this yet, so we have to put the whole lot under #ifdef.
This commit is contained in:
@ -293,6 +293,7 @@ void socket_reselect_all(void);
|
||||
SockAddr *sk_namedpipe_addr(const char *pipename);
|
||||
/* Turn a WinSock error code into a string. */
|
||||
const char *winsock_error_string(int error);
|
||||
Socket *sk_newlistener_unix(const char *socketpath, Plug *plug);
|
||||
|
||||
/*
|
||||
* network.c dynamically loads WinSock 2 or WinSock 1 depending on
|
||||
|
Reference in New Issue
Block a user