mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Merge recent misc fixes from 'pre-0.77'.
This commit is contained in:
@ -15,7 +15,8 @@
|
||||
* handling, then there is no such option, so that function always
|
||||
* returns failure.
|
||||
*/
|
||||
SeatPromptResult cmdline_get_passwd_input(prompts_t *p)
|
||||
SeatPromptResult cmdline_get_passwd_input(
|
||||
prompts_t *p, cmdline_get_passwd_input_state *state, bool restartable)
|
||||
{
|
||||
return SPR_INCOMPLETE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user