X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/9d01fc9265bb4ddfc5e5b4236cb976de909d70cf..a9422f39e34f55d1925d1ebef35ace1a0f1c2f6a:/putty.h diff --git a/putty.h b/putty.h index 2f510ff4..48e9d2e5 100644 --- a/putty.h +++ b/putty.h @@ -268,19 +268,25 @@ void random_destroy_seed(void); */ int do_config (void); int do_reconfig (HWND); -void do_defaults (char *); +void do_defaults (char *, Config *); void logevent (char *); void showeventlog (HWND); void showabout (HWND); void verify_ssh_host_key(char *host, int port, char *keytype, char *keystr, char *fingerprint); -void get_sesslist(int allocate); void registry_cleanup(void); GLOBAL int nsessions; GLOBAL char **sessions; /* + * Exports from settings.c. + */ +void save_settings (char *section, int do_host, Config *cfg); +void load_settings (char *section, int do_host, Config *cfg); +void get_sesslist(int allocate); + +/* * Exports from terminal.c. */