X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/15b5d9882db7f678c09f97ebbe66eadd9b05a9aa..fbcc43d3b38755e6ec17ef189ce6ccad44c81be8:/unix/unix.h?ds=sidebyside diff --git a/unix/unix.h b/unix/unix.h index 969cdbbf..daf42e1c 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -60,7 +60,8 @@ 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); +int do_config_box(const char *title, Config *cfg, + int midsession, int protcfginfo); void fatal_message_box(void *window, char *msg); void about_box(void *window); void *eventlogstuff_new(void); @@ -125,7 +126,7 @@ int init_ucs(struct unicode_data *ucsdata, char *line_codepage, /* * Spare function exported directly from uxnet.c. */ -int sk_getxdmdata(void *sock, unsigned long *ip, int *port); +void *sk_getxdmdata(void *sock, int *lenp); /* * General helpful Unix stuff: more helpful version of the FD_SET