Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cmdline_get_passwd_input_state_new.c « utils - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd39bfa118c463031e641339c10aee5bb6bb4c3f (plain)
1
2
3
4
5
6
7
8
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;