diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-07-09 11:52:12 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-07-09 11:52:12 +0000 |
| commit | 585ebe2b4194d4f1de2f35128cd698465d7bfb16 (patch) | |
| tree | 5bc3a76e623256c4f8f3fba5857d2f0fe19125af /sys/dev/randomdev/yarrow.h | |
| parent | 769afb047c958f05573d51af1ed265e67b7f4604 (diff) | |
Notes
Diffstat (limited to 'sys/dev/randomdev/yarrow.h')
| -rw-r--r-- | sys/dev/randomdev/yarrow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/randomdev/yarrow.h b/sys/dev/randomdev/yarrow.h index 2b6afcfc09e47..d2471bc20b02f 100644 --- a/sys/dev/randomdev/yarrow.h +++ b/sys/dev/randomdev/yarrow.h @@ -41,7 +41,7 @@ void random_init(void); void random_deinit(void); -void random_init_harvester(void (*)(struct timespec *, u_int64_t, u_int, u_int, u_int)); +void random_init_harvester(void (*)(struct timespec *, u_int64_t, u_int, u_int, enum esource)); void random_deinit_harvester(void); /* This is the beasite that needs protecting. It contains all of the |
