mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-21 04:55:02 -05:00
Added a couple of GLOBALs
[originally from svn r264]
This commit is contained in:
parent
9fc2b746b0
commit
d0184e9d4f
4
putty.h
4
putty.h
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user