1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Implement Warn On Close.

[originally from svn r3099]
This commit is contained in:
Simon Tatham
2003-04-11 18:15:47 +00:00
parent ed46f3aa53
commit 8e3c37d309
3 changed files with 19 additions and 4 deletions

View File

@ -65,6 +65,7 @@ void about_box(void *window);
void *eventlogstuff_new(void);
void showeventlog(void *estuff, void *parentwin);
void logevent_dlg(void *estuff, char *string);
int reallyclose(void *frontend);
/* Things pterm.c needs from {ptermm,uxputty}.c */
char *make_default_wintitle(char *hostname);