1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Support for saving sessions on the Mac. This is slightly useful even in the

absence of a config dialogue, since it allows me to get Default Settings out.

[originally from svn r2646]
This commit is contained in:
Ben Harris
2003-01-18 20:09:21 +00:00
parent c66d95c0b1
commit 99c1029649
7 changed files with 95 additions and 26 deletions

View File

@ -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);