1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00
Simon Tatham dd2b5569ce Remove a couple of double-typedefs.
Experimenting with different compile flags pointed out two instances
of typedefing the same name twice (though benignly, with the same
definition as well). PsocksDataSink was typedefed a couple of lines
above its struct definition and then again _with_ its struct
definition; cliloop_continue_t was typedefed in unix/platform.h and
didn't need defining again in unix/psocks.c.

(cherry picked from commit 3d3400788972183b58915e6d62ff37fe9d469083)
2023-11-18 09:09:55 +00:00
..
2022-05-05 19:04:34 +01:00
2023-11-18 09:09:55 +00:00
2022-08-03 20:48:46 +01:00