1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-16 18:47:32 -05:00

Added saved sessions submenu from system menu.

[originally from svn r263]
This commit is contained in:
Owen Dunn
1999-10-28 16:07:25 +00:00
parent a019c66786
commit 9fc2b746b0
3 changed files with 26 additions and 9 deletions

View File

@ -182,6 +182,10 @@ void lognegot (char *);
void shownegot (HWND);
void showabout (HWND);
void verify_ssh_host_key(char *host, struct RSAKey *key);
void get_sesslist(int allocate);
int nsessions;
char **sessions;
/*
* Exports from terminal.c.