]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxpterm.c
Remove documentation for "Out of space for port forwardings" error.
[PuTTY.git] / unix / uxpterm.c
index 370527a35f0496d96a6268d057b30e303dd4d9ca..c18505bb2d0041eed4f300f55d98ba1167def890 100644 (file)
@@ -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)
 {
     /*