X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/12745e35f6aa5ba7b1a89afe6d5249d8ca46dd37..51e9d3c00a3471f284e89ec1f59f38ca25f10c5f:/putty.h diff --git a/putty.h b/putty.h index 09cfa2b0..fd8e13d6 100644 --- a/putty.h +++ b/putty.h @@ -605,7 +605,7 @@ GLOBAL int loaded_session; struct RSAKey; /* be a little careful of scope */ /* - * Exports from window.c. + * Exports from the front end. */ void request_resize(void *frontend, int, int); void do_text(Context, int, int, wchar_t *, int, unsigned long, int);