diff options
| author | Simeon Simeonov | 2018-03-08 15:01:45 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-08 15:01:45 +0100 |
| commit | 57944f6147f077ccf4d84b9d2659f4e8645e8858 (patch) | |
| tree | b5a4f7af257058fb602d36590568ffd06681f6cd /src/inputdialog.h | |
| parent | 9bcc1f9650eb2d9dff7a78c632dcc14dfcfac9ee (diff) | |
Reastructure master password functionality
Diffstat (limited to 'src/inputdialog.h')
| -rw-r--r-- | src/inputdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, | |||
| 36 | gboolean case_sensitive); | 36 | gboolean case_sensitive); |
| 37 | gchar *input_dialog_query_password (const gchar *server, | 37 | gchar *input_dialog_query_password (const gchar *server, |
| 38 | const gchar *user); | 38 | const gchar *user); |
| 39 | 39 | gchar *input_dialog_query_master_password(void); | |
| 40 | gchar *input_dialog_set_new_password(guint max_attempts); | ||
| 40 | gchar *input_dialog_with_filesel (const gchar *title, | 41 | gchar *input_dialog_with_filesel (const gchar *title, |
| 41 | const gchar *message, | 42 | const gchar *message, |
| 42 | const gchar *default_string, | 43 | const gchar *default_string, |
