1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-10 07:38:06 -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 get_sesslist(int allocate);
int nsessions;
char **sessions;
GLOBAL int nsessions;
GLOBAL char **sessions;
/*
* Exports from terminal.c.