]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - windows/winnet.c
Remove sk_{get,set}_private_ptr completely!
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:48 +0000 (14:04 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:04:48 +0000 (14:04 +0000)
commit8be6fbaa09f1e0d73a533b5623970a872ec14cc6
tree9b60211d1792447fb4dc72ff85da2fa43abde0e2
parent9cbcd176516db51658a55bfc8a37bd00938a70f0
Remove sk_{get,set}_private_ptr completely!

It was only actually used in X11 and port forwarding, to find internal
state structures given only the Socket that ssh.c held. So now that
that lookup has been reworked to be the sensible way round,
private_ptr is no longer used for anything and can be removed.

[originally from svn r10075]
errsock.c
network.h
proxy.c
unix/uxnet.c
unix/uxproxy.c
windows/winhsock.c
windows/winnet.c
windows/winnps.c