X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7591b9ff09c8700ce2f8c03ed33d3801668bae02..8239ee571a096dc528bf557c0e077046f378f8e7:/putty.h diff --git a/putty.h b/putty.h index af5b7555..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 @@ -269,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 *);