X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ccbfb941a6124efb75b68313c86dd195cfab575f..c5e9c988d0706d1abb7fab7b2d2b1514bc119584:/ssh.h 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 *);