X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6dd1ecd8a2cb10212d4caf19f72eefd6558700b7..4e23b27695fa784ce5d0bc9cc8344430e7b72db7:/putty.h diff --git a/putty.h b/putty.h index 83520f27..c2d6362d 100644 --- a/putty.h +++ b/putty.h @@ -163,6 +163,8 @@ GLOBAL Config cfg; GLOBAL int default_protocol; GLOBAL int default_port; +struct RSAKey; /* be a little careful of scope */ + /* * Exports from window.c. */