proxy.c now no longer refers to `cfg'. Instead, each of the three
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 15:26:10 +0000 (15:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 15:26:10 +0000 (15:26 +0000)
commite8fa8f62da443bfc89c416d3eeafcde69c8c6403
tree38784d6c9b86053c48390b4d4242b38f196b5f67
parentc229ef97dfba4dee7d2fc0a098e0343dc87dc004
proxy.c now no longer refers to `cfg'. Instead, each of the three
proxy-indirection network functions (name_lookup, new_connection,
new_listener) takes a `const Config *' as an argument, and extracts
enough information from it before returning to handle that
particular network operation in accordance with the proxy settings
it specifies. This involved {win,ux}net.c due to a `const'
repercussion.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2567 cda61777-01e9-0310-a592-d414129be87e
12 files changed:
network.h
portfwd.c
proxy.c
proxy.h
raw.c
rlogin.c
ssh.c
ssh.h
telnet.c
unix/uxnet.c
winnet.c
x11fwd.c