X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/616741f32a737383dac1d19a7ef9020dabc39d45..6226c9390d23d6868edde63b9568891cd88631cc:/putty.h diff --git a/putty.h b/putty.h index 239df42d..8277bbc2 100644 --- a/putty.h +++ b/putty.h @@ -357,7 +357,7 @@ struct backend_tag { void (*size) (void *handle, int width, int height); void (*special) (void *handle, Telnet_Special code); const struct telnet_special *(*get_specials) (void *handle); - Socket(*socket) (void *handle); + int (*connected) (void *handle); int (*exitcode) (void *handle); /* If back->sendok() returns FALSE, data sent to it from the frontend * may be lost. */