Add arc4random_buf.

Style: remove arg names from arc4random_addrandom.
This commit is contained in:
Andrey A. Chernov 2008-07-21 14:03:04 +00:00
parent bc6847e225
commit 3204108bc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180658

View File

@ -235,7 +235,8 @@ void *alloca(size_t);
__uint32_t
arc4random(void);
void arc4random_addrandom(unsigned char *dat, int datlen);
void arc4random_addrandom(unsigned char *, int);
void arc4random_buf(void *, size_t);
void arc4random_stir(void);
char *getbsize(int *, long *);
/* getcap(3) functions */