Implemented Change Settings under Unix. We are gradually getting there.
[u/mdw/putty] / unix / unix.h
index 3e126ea..fca0799 100644 (file)
@@ -59,6 +59,7 @@ long get_windowid(void *frontend);
 void *get_window(void *frontend);      /* void * to avoid depending on gtk.h */
 
 /* Things pterm.c needs from gtkdlg.c */
+int do_config_box(const char *title, Config *cfg, int midsession);
 void fatal_message_box(void *window, char *msg);
 void about_box(void *window);
 void *eventlogstuff_new(void);