Update ui_ask_password to support confirmation

Just prints a different string to console.
Useful for changing passwords or account registration.
This commit is contained in:
Thorben Günther
2021-03-11 14:38:27 +01:00
parent 96580f917b
commit 71236a0d5a
4 changed files with 10 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ ui_win_unread(int index)
}
char*
ui_ask_password(void)
ui_ask_password(gboolean confirm)
{
return mock_ptr_type(char*);
}