Clean up sizetip patch: remove separate header file and // comments
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 42c8592..0636c4a 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -263,6 +263,12 @@ void safefree(void *);
 extern char ver[];
 
 /*
+ * Exports from sizetip.c.
+ */
+void UpdateSizeTip(HWND src, int cx, int cy);
+void EnableSizeTip(int bEnable);
+
+/*
  * Exports from xlat.c.
  */
 unsigned char xlat_kbd2tty(unsigned char c);