]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
The back ends now contain their own copies of the Config structure,
authorSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 14:48:29 +0000 (14:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 12 Jan 2003 14:48:29 +0000 (14:48 +0000)
commitf49c8c5a070f9757940f79a8ab583dc7e820eda8
treeee181f3eacbe7f93918e027fdd337589c97c1b77
parentcf2bcad3485a4eecba3f25d333eb063a0ecab4b1
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.)

[originally from svn r2561]
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