]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove all `enum'-typed variables from the Config structure.
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 18:02:24 +0000 (18:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Jan 2003 18:02:24 +0000 (18:02 +0000)
commit6aa4211f6ebe8e2051a8f58be9a0f8594ac60e39
tree4f80e11863c7d67675e42a4930c9f06063cf01d0
parent70f8e2cd7426b5889caa89fd651536d4deb747f6
Remove all `enum'-typed variables from the Config structure.
Everything in there which is integral is now an actual int, which
means my forthcoming revamp of the config box will be able to work
with `int *' pointers without fear of doom.

[originally from svn r2733]
ldisc.c
proxy.c
putty.h
settings.c
ssh.c
unix/pterm.c
windlg.c
window.c