]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Added a couple of GLOBALs
authorSimon Tatham <anakin@pobox.com>
Thu, 28 Oct 1999 16:25:15 +0000 (16:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 28 Oct 1999 16:25:15 +0000 (16:25 +0000)
[originally from svn r264]

putty.h

diff --git a/putty.h b/putty.h
index 5628f9d611ed8f44486103cd7378bcb9b51663cf..2a3f028de4fdf8e137928600dab0d71e635c7d1a 100644 (file)
--- a/putty.h
+++ b/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.