mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Remove unused params from cmdline_get_passwd_input.
NFC; I expect this to be a useful simplification for the same reasons as the previous commit.
This commit is contained in:
2
putty.h
2
putty.h
@ -1396,7 +1396,7 @@ void printer_finish_job(printer_job *);
|
||||
int cmdline_process_param(const char *, char *, int, Conf *);
|
||||
void cmdline_run_saved(Conf *);
|
||||
void cmdline_cleanup(void);
|
||||
int cmdline_get_passwd_input(prompts_t *p, const unsigned char *in, int inlen);
|
||||
int cmdline_get_passwd_input(prompts_t *p);
|
||||
int cmdline_host_ok(Conf *);
|
||||
#define TOOLTYPE_FILETRANSFER 1
|
||||
#define TOOLTYPE_NONNETWORK 2
|
||||
|
Reference in New Issue
Block a user