mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Merge recent misc fixes from 'pre-0.77'.
This commit is contained in:
@ -10,6 +10,7 @@ add_sources_from_current_dir(utils
|
||||
buildinfo.c
|
||||
burnstr.c
|
||||
chomp.c
|
||||
cmdline_get_passwd_input_state_new.c
|
||||
conf.c
|
||||
conf_dest.c
|
||||
conf_launchable.c
|
||||
|
9
utils/cmdline_get_passwd_input_state_new.c
Normal file
9
utils/cmdline_get_passwd_input_state_new.c
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* A preinitialised cmdline_get_passwd_input_state which makes it easy
|
||||
* to assign by structure copy.
|
||||
*/
|
||||
|
||||
#include "putty.h"
|
||||
|
||||
const cmdline_get_passwd_input_state cmdline_get_passwd_input_state_new =
|
||||
CMDLINE_GET_PASSWD_INPUT_STATE_INIT;
|
Reference in New Issue
Block a user