X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9697bfd21dde432bf41956e73f73c162eff352a8..e9483e66afd11af8cba32154315d0004ecf3c019:/ssh.h?ds=sidebyside diff --git a/ssh.h b/ssh.h index 2aac8560..68e5a128 100644 --- a/ssh.h +++ b/ssh.h @@ -44,3 +44,5 @@ void SHATransform(word32 *digest, word32 *data); int random_byte(void); void random_add_noise(void *noise, int length); + +void logevent (char *);