From 57944f6147f077ccf4d84b9d2659f4e8645e8858 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 8 Mar 2018 15:01:45 +0100 Subject: Reastructure master password functionality --- src/inputdialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/inputdialog.h') diff --git a/src/inputdialog.h b/src/inputdialog.h index 02bdda3..5364d1a 100644 --- a/src/inputdialog.h +++ b/src/inputdialog.h @@ -36,7 +36,8 @@ gchar *input_dialog_combo (const gchar *title, gboolean case_sensitive); gchar *input_dialog_query_password (const gchar *server, const gchar *user); - +gchar *input_dialog_query_master_password(void); +gchar *input_dialog_set_new_password(guint max_attempts); gchar *input_dialog_with_filesel (const gchar *title, const gchar *message, const gchar *default_string, -- cgit v1.3