diff options
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 2b6afcfc09e4..d2471bc20b02 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 |
