X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/39065bed729c664e6477448a24e73d0ba1b8e2c1..6e9e952088e8aa586060aa2464a19186f3d58341:/ssh.h diff --git a/ssh.h b/ssh.h index eacddbba..4a674936 100644 --- a/ssh.h +++ b/ssh.h @@ -159,6 +159,7 @@ struct ssh_compress { void (*decompress_init)(void); int (*decompress)(unsigned char *block, int len, unsigned char **outblock, int *outlen); + int (*disable_compression)(void); }; struct ssh2_userkey {