1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Clean up sizetip patch: remove separate header file and // comments

[originally from svn r278]
This commit is contained in:
Simon Tatham
1999-11-08 11:13:53 +00:00
parent e913e99b40
commit 1f5bcfd90e
4 changed files with 28 additions and 24 deletions

View File

@ -262,6 +262,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.
*/