X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f89c329410c18fe1f09d843747fad77babb9f89c..ff677091f222e8175b03a7ff03d4e56bcf93dc24:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 909b3d49..daf42e1c 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -126,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