From: simon Date: Thu, 22 Jun 2000 08:41:25 +0000 (+0000) Subject: Change a `GLOBAL' to an `extern' for Borland sanity X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/297d398b09441e5cbfee439d4bbc772a2807d848?ds=inline Change a `GLOBAL' to an `extern' for Borland sanity git-svn-id: svn://svn.tartarus.org/sgt/putty@502 cda61777-01e9-0310-a592-d414129be87e --- 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;