Miscellaneous fixes to finish up `remove-statics'. rlogin.c had a
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Jan 2003 18:43:45 +0000 (18:43 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 14 Jan 2003 18:43:45 +0000 (18:43 +0000)
commitc85623f918b8a6c639afc15604414f9b113bb20d
treeb04677949354b9f181b091b8ce145ff8be27123a
parentc3aef739857885cfc23b8aad3579032126c61e4d
Miscellaneous fixes to finish up `remove-statics'. rlogin.c had a
holdout static I hadn't noticed; unicode.c had one too; and a large
number of statics that were perfectly OK due to being constants have
been made `const', with assorted `const' repercussions all over the
place. I now declare `remove-statics' to be fixed.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2594 cda61777-01e9-0310-a592-d414129be87e
14 files changed:
portfwd.c
putty.h
rlogin.c
settings.c
storage.h
telnet.c
unicode.c
unix/pterm.c
unix/unix.h
unix/uxplink.c
unix/uxstore.c
windefs.c
winnet.c
winstore.c