summaryrefslogtreecommitdiffstats
path: root/src/utils/include/randutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/include/randutils.h')
-rw-r--r--src/utils/include/randutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/include/randutils.h b/src/utils/include/randutils.h
index 86e35f3..690bf5e 100644
--- a/src/utils/include/randutils.h
+++ b/src/utils/include/randutils.h
@@ -11,7 +11,7 @@ extern int rand_get_number(int low_n, int high_n);
/* /dev/urandom based with fallback to rand() */
extern int random_get_fd(void);
-extern void random_get_bytes(void *buf, size_t nbytes);
+extern int ul_random_get_bytes(void *buf, size_t nbytes);
extern const char *random_tell_source(void);
#endif