mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 16:47:42 -05:00
A first attempt at listening sockets in Open Transport.
[originally from svn r5385]
This commit is contained in:
@ -523,7 +523,7 @@ Socket mactcp_new(SockAddr addr, int port, int privport, int oobinline,
|
||||
}
|
||||
|
||||
Socket mactcp_newlistener(char *srcaddr, int port, Plug plug,
|
||||
int local_host_only)
|
||||
int local_host_only, int address_family)
|
||||
{
|
||||
|
||||
fatalbox("mactcp_newlistener");
|
||||
|
Reference in New Issue
Block a user