X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0da1a7905bb03d899c94b3d3d9b25c9e61698390..46a3419bd5693b8b3e42290e370d10aa82c67b61:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 6558f0be..a5dbca90 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 {ptermm,uxputty}.c */ char *make_default_wintitle(char *hostname); +int process_nonoption_arg(char *arg, Config *cfg); /* Things uxstore.c needs from pterm.c */ char *x_get_default(const char *key);