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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-03-29 04:37:04 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-29 04:37:04 +0300
commit04a061e6e7ba26561b95d9db2456d2266b644b9f (patch)
tree116db5a7457f69c054ebf7da1b8a55079e344d1d /src/remmina_pref.h
parente134dbd2f1d8478f49b0483bbf0c57feae71c661 (diff)
WIP: core unlock code - password validation
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 35e91659c..4ff2d27a0 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -118,6 +118,7 @@ typedef struct _RemminaPref {
gboolean save_view_mode;
gboolean use_master_password;
const gchar *unlock_password;
+ const gchar *unlock_repassword;
gint unlock_timeout;
gint default_action;
gint scale_quality;