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. */