From 297d398b09441e5cbfee439d4bbc772a2807d848 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 22 Jun 2000 08:41:25 +0000 Subject: [PATCH] Change a `GLOBAL' to an `extern' for Borland sanity git-svn-id: svn://svn.tartarus.org/sgt/putty@502 cda61777-01e9-0310-a592-d414129be87e --- 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; -- 2.11.0