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

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cmdline_get_passwd_input_state_new.c')
-rw-r--r--utils/cmdline_get_passwd_input_state_new.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/cmdline_get_passwd_input_state_new.c b/utils/cmdline_get_passwd_input_state_new.c
new file mode 100644
index 00000000..cd39bfa1
--- /dev/null
+++ b/utils/cmdline_get_passwd_input_state_new.c
@@ -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;