]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Cleanups to remove warnings for GNU/mingw32 compilation
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index abbb91217d0cf9269b068f1421b9d929919d1e51..273a8118451c9d84e7f12df24d2fd27be943cee0 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -145,6 +145,7 @@ typedef struct {
     short wordness[256];
     /* russian language translation */
     int xlat_enablekoiwin;
+    int xlat_88592w1250;
     int xlat_capslockcyr;
 } Config;
 
@@ -163,6 +164,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 +228,7 @@ void term_invalidate(void);
  * Exports from raw.c.
  */
 
-Backend raw_backend;
+extern Backend raw_backend;
 
 /*
  * Exports from telnet.c.