summaryrefslogtreecommitdiffstats
path: root/include/randutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/randutils.h')
-rw-r--r--include/randutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/randutils.h b/include/randutils.h
index dec5e355a..d5d00f469 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