diff options
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, |
