]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add "extern" on declaration of raw_backend
authorSimon Tatham <anakin@pobox.com>
Wed, 10 Nov 1999 09:14:08 +0000 (09:14 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 10 Nov 1999 09:14:08 +0000 (09:14 +0000)
[originally from svn r289]

putty.h

diff --git a/putty.h b/putty.h
index abbb91217d0cf9269b068f1421b9d929919d1e51..83520f276b7213820f5ebd8cc77e72282bdab060 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.