mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Remove unused params from console_get_userpass_input.
NFC: this is a preliminary refactoring, intended to make my life easier when I start changing around the APIs used to pass user keyboard input around. The fewer functions even _have_ such an API, the less I'll have to do at that point.
This commit is contained in:
3
putty.h
3
putty.h
@ -1367,8 +1367,7 @@ int askappend(void *frontend, Filename *filename,
|
||||
* that aren't equivalents to things in windlg.c et al.
|
||||
*/
|
||||
extern int console_batch_mode;
|
||||
int console_get_userpass_input(prompts_t *p, const unsigned char *in,
|
||||
int inlen);
|
||||
int console_get_userpass_input(prompts_t *p);
|
||||
void console_provide_logctx(void *logctx);
|
||||
int is_interactive(void);
|
||||
|
||||
|
Reference in New Issue
Block a user