X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d765248486faa03be34ddb77e2f7a49319df24ec..b537dd42c1da03890c832e94a4f47369ca3d99af:/putty.h diff --git a/putty.h b/putty.h index 39d94541..da1fb870 100644 --- a/putty.h +++ b/putty.h @@ -474,6 +474,7 @@ void random_destroy_seed(void); * Exports from settings.c. */ void save_settings(char *section, int do_host, Config * cfg); +void save_open_settings(void *sesskey, int do_host, Config *cfg); void load_settings(char *section, int do_host, Config * cfg); void load_open_settings(void *sesskey, int do_host, Config *cfg); void get_sesslist(struct sesslist *, int allocate);