cmdline_get_passwd_input_state_new.c 246 B

12345678910
  1. /*
  2. * A preinitialised cmdline_get_passwd_input_state which makes it easy
  3. * to assign by structure copy.
  4. */
  5. #include "putty.h"
  6. const cmdline_get_passwd_input_state cmdline_get_passwd_input_state_new =
  7. CMDLINE_GET_PASSWD_INPUT_STATE_INIT;