X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4a693cfc5c3ee0e639bbee0215345e921715ab04..ab7a09e5609c979fa3cef449e59a1af615d66f2d:/unix/uxpterm.c diff --git a/unix/uxpterm.c b/unix/uxpterm.c index 370527a3..c18505bb 100644 --- a/unix/uxpterm.c +++ b/unix/uxpterm.c @@ -17,6 +17,16 @@ Backend *select_backend(Conf *conf) return &pty_backend; } +void net_pending_errors(void) +{ + /* + * Stub version of net_pending_errors(), because gtkwin.c has to + * be prepared to call it when linked into PuTTY and therefore we + * have to avoid a link failure when linking gtkwin.c in turn into + * a non-networked application. + */ +} + int cfgbox(Conf *conf) { /*