]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Revamp of EOF handling in all network connections, pipes and other
[PuTTY.git] / windows / winstuff.h
index 2b70ddc1b9ad95f75720a4d64699c74ce3996da7..8738ccf256cf61cbc4fd99a96da46354f128c4c9 100644 (file)
@@ -489,6 +489,7 @@ struct handle *handle_input_new(HANDLE handle, handle_inputfn_t gotdata,
 struct handle *handle_output_new(HANDLE handle, handle_outputfn_t sentdata,
                                 void *privdata, int flags);
 int handle_write(struct handle *h, const void *data, int len);
+void handle_write_eof(struct handle *h);
 HANDLE *handle_get_events(int *nevents);
 void handle_free(struct handle *h);
 void handle_got_event(HANDLE event);