diff options
Diffstat (limited to 'include/randutils.h')
-rw-r--r-- | include/randutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/randutils.h b/include/randutils.h index dec5e355..d5d00f46 100644 --- a/include/randutils.h +++ b/include/randutils.h @@ -7,6 +7,6 @@ #endif extern int random_get_fd(void); -extern void random_get_bytes(void *buf, size_t nbytes); +extern void random_get_bytes(void *buf, size_t nbytes, int fd); #endif |