Declare `struct RSAKey' so that its implicit declaration in the
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index abbb912..c2d6362 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -163,6 +163,8 @@ GLOBAL Config cfg;
 GLOBAL int default_protocol;
 GLOBAL int default_port;
 
+struct RSAKey;                        /* be a little careful of scope */
+
 /*
  * Exports from window.c.
  */
@@ -225,7 +227,7 @@ void term_invalidate(void);
  * Exports from raw.c.
  */
 
-Backend raw_backend;
+extern Backend raw_backend;
 
 /*
  * Exports from telnet.c.