X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacnoise.c;h=9d8433555659f5ceafc935fc1814de69e68f7c5a;hb=d83cd2f79bba111660262af0827296cb76e17040;hp=3a7e8d0a1d3b20886e04c88dd3cbb52d7920cc40;hpb=df47130d3010679cf59b03bcac163df5d39ea933;p=PuTTY.git diff --git a/mac/macnoise.c b/mac/macnoise.c index 3a7e8d0a..9d843355 100644 --- a/mac/macnoise.c +++ b/mac/macnoise.c @@ -67,6 +67,15 @@ void noise_get_light(void (*func) (void *, int)) func(&utc, sizeof(utc)); } +/* + * This function is called on a timer, and grabs as much changeable + * system data as it can quickly get its hands on. + */ +void noise_regular(void) +{ + /* XXX */ +} + /* * This function is called on every keypress or mouse move, and * will add the current time to the noise pool. It gets the scan