1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-21 13:05:04 -05:00

Added a couple of GLOBALs

[originally from svn r264]
This commit is contained in:
Simon Tatham 1999-10-28 16:25:15 +00:00
parent 9fc2b746b0
commit d0184e9d4f

View File

@ -184,8 +184,8 @@ void showabout (HWND);
void verify_ssh_host_key(char *host, struct RSAKey *key); void verify_ssh_host_key(char *host, struct RSAKey *key);
void get_sesslist(int allocate); void get_sesslist(int allocate);
int nsessions; GLOBAL int nsessions;
char **sessions; GLOBAL char **sessions;
/* /*
* Exports from terminal.c. * Exports from terminal.c.