X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=273a8118451c9d84e7f12df24d2fd27be943cee0;hb=55b8c21f0fdc18f2cc5720e5791f3ede9352efbe;hp=83520f276b7213820f5ebd8cc77e72282bdab060;hpb=6863ae5a2d33481c75f5eb4cc36d9ae1a4c7b1fd;p=PuTTY.git diff --git a/putty.h b/putty.h index 83520f27..273a8118 100644 --- 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. */