]> 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 83520f276b7213820f5ebd8cc77e72282bdab060..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.
  */