Adjust the title of the PuTTYgen window
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 23bf547..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
@@ -269,7 +267,7 @@ void random_destroy_seed(void);
 /*
  * Exports from windlg.c.
  */
-int defuse_showwindow(void);
+void defuse_showwindow(void);
 int do_config (void);
 int do_reconfig (HWND);
 void do_defaults (char *, Config *);