X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/41ff465810a9da24b00513e92f5aac8f1e0d5ae0..7bedb13c064e90654b709137a01c6feaee7a3abe:/ssh.h diff --git a/ssh.h b/ssh.h index 2edfa47a..c05c78c8 100644 --- a/ssh.h +++ b/ssh.h @@ -355,3 +355,9 @@ int zlib_decompress_block(unsigned char *block, int len, #define SSH2_AGENTC_ADD_IDENTITY 17 #define SSH2_AGENTC_REMOVE_IDENTITY 18 #define SSH2_AGENTC_REMOVE_ALL_IDENTITIES 19 + +/* + * Need this to warn about support for the original SSH2 keyfile + * format. + */ +void old_keyfile_warning(void);