X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5f6fe27e1d8144e8e735dfd119366fffdb785343..b2b8c9cad5e26edd82d4987dfcfa16463c603229:/putty.h diff --git a/putty.h b/putty.h index 0f2911c5..3ff9e9d1 100644 --- a/putty.h +++ b/putty.h @@ -465,6 +465,7 @@ void random_destroy_seed(void); */ void save_settings(char *section, 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); void do_defaults(char *, Config *); void registry_cleanup(void);