]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winstuff.h
Add support for Windows named pipes.
[PuTTY.git] / windows / winstuff.h
index e21773a00bc0906de97efba2a95d8fee3ce6bd6b..54a06c07b49ef2291be2880009bfad20443b4e74 100644 (file)
@@ -501,6 +501,8 @@ void handle_got_event(HANDLE event);
 void handle_unthrottle(struct handle *h, int backlog);
 int handle_backlog(struct handle *h);
 void *handle_get_privdata(struct handle *h);
+struct handle *handle_add_foreign_event(HANDLE event,
+                                        void (*callback)(void *), void *ctx);
 
 /*
  * winpgntc.c needs to schedule callbacks for asynchronous agent