From: Simon Tatham Date: Thu, 28 Oct 1999 16:25:15 +0000 (+0000) Subject: Added a couple of GLOBALs X-Git-Tag: 0.48~31 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d0184e9d4f16688d43bd409a302f604adcf49e02;p=PuTTY.git Added a couple of GLOBALs [originally from svn r264] --- diff --git a/putty.h b/putty.h index 5628f9d6..2a3f028d 100644 --- 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.