X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/b0faa571fcf0bdc556bf5fca5a0f81681d2c1d66..ec68f1043faae93f56c036077fb320db72914b47:/putty.h diff --git a/putty.h b/putty.h index 4f9151b9..1f6e5d21 100644 --- 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 *);