X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8dacc30e3a1bd57526c21b701383f69ef93a6703..10705014ce38c846c2314823550beb0371c5fc6c:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 63d7ff02..6558f0be 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -58,6 +58,9 @@ long get_windowid(void *frontend); /* Things gtkdlg.c needs from pterm.c */ void *get_window(void *frontend); /* void * to avoid depending on gtk.h */ +/* Things pterm.c needs from {ptermm,uxputty}.c */ +char *make_default_wintitle(char *hostname); + /* Things uxstore.c needs from pterm.c */ char *x_get_default(const char *key);