Implement Warn On Close.
[sgt/putty] / unix / unix.h
index fca0799..bb35a11 100644 (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);