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-04-03 18:17:41 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-04-03 18:17:41 +0300
commit543e9de0acd19755c8bb5d59e14c7769e5dcdc45 (patch)
tree53f64e25dda52f904fafcbeebc749e4dd541a08e /src/remmina_unlock.h
parent961414d2b0c9c07449099a8c1443edb00f541266 (diff)
Adding master password feature
- Added libsodium dependency. - Added password widget. - Added Security preferences tab, with the master password controls. - Master password is disabled by default, can be temporized.
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 30af34544..39b37b92b 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -48,6 +48,7 @@ typedef struct _RemminaUnlockDialog {
} RemminaUnlockDialog;
extern GTimer *timer;
+extern gboolean isinit;
G_BEGIN_DECLS