1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 12:32:47 -05:00

Bits and pieces, mostly stubs, for the Mac port.

[originally from svn r5136]
This commit is contained in:
Owen Dunn
2005-01-18 22:01:25 +00:00
parent 9318800643
commit 75008d9da0
4 changed files with 43 additions and 1 deletions

View File

@ -174,6 +174,10 @@ int net_service_lookup(char *service)
return 0;
}
SockAddr platform_get_x11_unix_address(int displaynum, char **canonicalname)
{
return NULL;
}
/*
* Local Variables: