зеркало из https://github.com/github/putty.git
Added a couple of GLOBALs
[originally from svn r264]
This commit is contained in:
Родитель
9fc2b746b0
Коммит
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 get_sesslist(int allocate);
|
||||
|
||||
int nsessions;
|
||||
char **sessions;
|
||||
GLOBAL int nsessions;
|
||||
GLOBAL char **sessions;
|
||||
|
||||
/*
|
||||
* Exports from terminal.c.
|
||||
|
|
Загрузка…
Ссылка в новой задаче