The back ends now contain their own copies of the Config structure,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 14:48:29 +0000 (14:48 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 12 Jan 2003 14:48:29 +0000 (14:48 +0000)
commit86916870d36cb70e7ef0ea760e75a6ae8b2d83a5
treeee181f3eacbe7f93918e027fdd337589c97c1b77
parent04b0fa02653b8036135a60dddcb35fdc2cd33bbd
The back ends now contain their own copies of the Config structure,
and have a function to pass in a new one. (Well, actually several
back ends don't actually bother to do this because they need nothing
out of Config after the initial setup phase, but they could if they
wanted to.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@2561 cda61777-01e9-0310-a592-d414129be87e
12 files changed:
plink.c
psftp.c
putty.h
raw.c
rlogin.c
scp.c
ssh.c
telnet.c
unix/pterm.c
unix/pty.c
unix/uxplink.c
window.c