mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
The command-line routines now take a pointer to `cfg' as an
argument, so they don't depend on it being a global any more. [originally from svn r2555]
This commit is contained in:
4
putty.h
4
putty.h
@ -684,8 +684,8 @@ void printer_finish_job(printer_job *);
|
||||
* defined differently in various places and required _by_
|
||||
* cmdline.c).
|
||||
*/
|
||||
int cmdline_process_param(char *, char *, int);
|
||||
void cmdline_run_saved(void);
|
||||
int cmdline_process_param(char *, char *, int, Config *);
|
||||
void cmdline_run_saved(Config *);
|
||||
extern char *cmdline_password;
|
||||
#define TOOLTYPE_FILETRANSFER 1
|
||||
extern int cmdline_tooltype;
|
||||
|
Reference in New Issue
Block a user