X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7539afa289e54c8e1d1b691bcc14c01e29453d80..43a1c4a467dcf78e1bf7f8aa71d2f685a79d757d:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 37649d5b..2ffc3567 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -171,6 +171,13 @@ int init_ucs(struct unicode_data *ucsdata, char *line_codepage, void *sk_getxdmdata(void *sock, int *lenp); /* + * Function provided by front ends, and called by uxnet.c to indicate + * that net_pending_errors() would like to be called back when the + * front end has a spare moment and isn't deep in any other recursion. + */ +void frontend_net_error_pending(void); + +/* * General helpful Unix stuff: more helpful version of the FD_SET * macro, which also handles maxfd. */