X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0b89e7b2ddbde72ef39bf1ef041655a8f5cd291b..47e4e7359053574f16061e9d692394fc9f2f3b74:/unix/unix.h?ds=sidebyside diff --git a/unix/unix.h b/unix/unix.h index 8c4b5fd9..d9a57fb0 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -60,6 +60,7 @@ void *get_window(void *frontend); /* void * to avoid depending on gtk.h */ /* Things pterm.c needs from gtkdlg.c */ void fatal_message_box(void *window, char *msg); +void about_box(void); /* Things pterm.c needs from {ptermm,uxputty}.c */ char *make_default_wintitle(char *hostname);