mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
10 lines
246 B
C
10 lines
246 B
C
|
/*
|
||
|
* 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;
|