From 7393a1375a1e5063de2d14c29e97fa552c51c382 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 28 Oct 1999 16:25:15 +0000 Subject: [PATCH] Added a couple of GLOBALs git-svn-id: svn://svn.tartarus.org/sgt/putty@264 cda61777-01e9-0310-a592-d414129be87e --- putty.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.0