X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinstuff.h;h=54a06c07b49ef2291be2880009bfad20443b4e74;hb=6f6e9db932589470975ecc23261cd57eb9e710be;hp=65711728500b877813234e61278632d00bdfae9d;hpb=54693d40798a5a5fc51e2aedf355a5aa1b3ee4cd;p=PuTTY.git diff --git a/windows/winstuff.h b/windows/winstuff.h index 65711728..54a06c07 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -240,6 +240,11 @@ GLOBAL void *logctx; #define FILTER_DYNLIB_FILES ("Dynamic Library Files (*.dll)\0*.dll\0" \ "All Files (*.*)\0*\0\0\0") +/* + * Exports from winnet.c. + */ +extern int select_result(WPARAM, LPARAM); + /* * winnet.c dynamically loads WinSock 2 or WinSock 1 depending on * what it can get, which means any WinSock routines used outside @@ -496,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