Add "extern" on declaration of raw_backend
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Nov 1999 09:14:08 +0000 (09:14 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 10 Nov 1999 09:14:08 +0000 (09:14 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@289 cda61777-01e9-0310-a592-d414129be87e

putty.h

diff --git a/putty.h b/putty.h
index abbb912..83520f2 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -225,7 +225,7 @@ void term_invalidate(void);
  * Exports from raw.c.
  */
 
-Backend raw_backend;
+extern Backend raw_backend;
 
 /*
  * Exports from telnet.c.