Create settings.c and move the load/save session code out of
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 6 Oct 2000 13:21:36 +0000 (13:21 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 6 Oct 2000 13:21:36 +0000 (13:21 +0000)
commita9422f39e34f55d1925d1ebef35ace1a0f1c2f6a
treeff52bef3e5410db678a538ad2ac009c9015c2967
parent9d01fc9265bb4ddfc5e5b4236cb976de909d70cf
Create settings.c and move the load/save session code out of
windlg.c into it. Allows plink and pscp to no longer link with
windlg.c, meaning they lose some of the sillier stub functions and
also can provide a console-based form of verify_ssh_host_key().

git-svn-id: svn://svn.tartarus.org/sgt/putty@683 cda61777-01e9-0310-a592-d414129be87e
Makefile
plink.c
putty.h
scp.c
settings.c [new file with mode: 0644]
windlg.c
window.c