X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/dfb88efd1c9503370bee8e677bbefad6ef41df85..13741c7ec54a9ff03c0b6bb5b4fe065334c93f9d:/putty.h diff --git a/putty.h b/putty.h index b32b0fa1..bc400fb2 100644 --- a/putty.h +++ b/putty.h @@ -836,6 +836,7 @@ void cleanup_exit(int); X(INT, NONE, sshbug_rekey2) \ X(INT, NONE, sshbug_maxpkt2) \ X(INT, NONE, sshbug_ignore2) \ + X(INT, NONE, sshbug_winadj) \ /* \ * ssh_simple means that we promise never to open any channel \ * other than the main one, which means it can safely use a very \ @@ -1291,7 +1292,6 @@ int filename_serialise(const Filename *f, void *data); Filename *filename_deserialise(void *data, int maxsize, int *used); char *get_username(void); /* return value needs freeing */ char *get_random_data(int bytes); /* used in cmdgen.c */ -void smemclr(void *b, size_t len); /* * Exports and imports from timing.c.