Adjust the title of the PuTTYgen window
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 4f9151b..1f6e5d2 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -18,8 +18,6 @@
 #define GLOBAL extern
 #endif
 
-GLOBAL HINSTANCE putty_inst;
-
 #define ATTR_ACTCURS 0x80000000UL      /* active cursor (block) */
 #define ATTR_PASCURS 0x40000000UL      /* passive cursor (box) */
 #define ATTR_INVALID 0x20000000UL
@@ -147,6 +145,7 @@ typedef struct {
     enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
     char keyfile[FILENAME_MAX];
     int sshprot;                       /* use v1 or v2 when both available */
+    int buggymac;                      /* MAC bug commmercial <=v2.3.x SSH2 */
     int try_tis_auth;
     /* Telnet options */
     char termtype[32];
@@ -268,6 +267,7 @@ void random_destroy_seed(void);
 /*
  * Exports from windlg.c.
  */
+void defuse_showwindow(void);
 int do_config (void);
 int do_reconfig (HWND);
 void do_defaults (char *, Config *);