]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - network.h
Makefile fix: we've been compiling ssh.c separately because it needs
[PuTTY.git] / network.h
index 4300fb2e5b3badb5f7c5bae54bce5d2d639aa6c0..28744a6f5f5369b7d9b84ea315a45e1d090bcb29 100644 (file)
--- a/network.h
+++ b/network.h
@@ -124,6 +124,12 @@ char *sk_addr_error(SockAddr addr);
  */
 void sk_set_frozen(Socket sock, int is_frozen);
 
+/*
+ * Call this after an operation that might have tried to send on a
+ * socket, to clean up any pending network errors.
+ */
+void net_pending_errors(void);
+
 /********** SSL stuff **********/
 
 /*