mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-24 10:59:29 +01:00
Add missing prototypes for arc4random_buf and arc4random_uniform
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=34511
This commit is contained in:
parent
9baf9640b9
commit
741eb58763
@ -45,6 +45,8 @@ __BEGIN_DECLS
|
|||||||
u_int32_t arc4random();
|
u_int32_t arc4random();
|
||||||
void arc4random_stir();
|
void arc4random_stir();
|
||||||
void arc4random_addrandom(u_char *dat, int datlen);
|
void arc4random_addrandom(u_char *dat, int datlen);
|
||||||
|
void arc4random_buf(void *_buf, size_t n);
|
||||||
|
u_int32_t arc4random_uniform(u_int32_t upper_bound);
|
||||||
|
|
||||||
int dehumanize_number(const char *str, int64_t *size);
|
int dehumanize_number(const char *str, int64_t *size);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user