1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/stubs
Simon Tatham 81391e3f23 nocmdline.c: remove unused stub of cmdline_process_param.
This was needed at the time it was introduced in commit
c99338b750, because uxputty.c (as was) handled its non-option
arguments directly (that was how Unix PuTTY and pterm arranged to have
different sets of them), and sometimes did it by converting them into
option arguments and feeding them to cmdline.c, so it still needed to
not fail to link when not linked against cmdline.c (for the
GtkApplication based front end).

But now the non-option argument handling is centralised into cmdline.c
itself, with a system of flags indicating which arguments a particular
tool expects. So that stub is no longer needed.
2022-01-22 15:51:25 +00:00
..
nocmdline.c nocmdline.c: remove unused stub of cmdline_process_param. 2022-01-22 15:51:25 +00:00
nogss.c Move some more files into subdirectories. 2021-11-23 18:52:15 +00:00
noprint.c Move some more files into subdirectories. 2021-11-23 18:52:15 +00:00
norand.c Move some more files into subdirectories. 2021-11-23 18:52:15 +00:00
noterm.c Richer data type for interactive prompt results. 2021-12-28 18:08:31 +00:00
notiming.c Move some more files into subdirectories. 2021-11-23 18:52:15 +00:00
nullplug.c Move some more files into subdirectories. 2021-11-23 18:52:15 +00:00