From a4284137a153f72ff1b686554bebc999c481130b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 22 Jun 2000 08:41:25 +0000 Subject: [PATCH] Change a `GLOBAL' to an `extern' for Borland sanity [originally from svn r502] --- putty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/putty.h b/putty.h index 1029de3f..151ab9e0 100644 --- a/putty.h +++ b/putty.h @@ -111,7 +111,7 @@ typedef struct { GLOBAL Backend *back; -GLOBAL struct backend_list { +extern struct backend_list { int protocol; char *name; Backend *backend;