mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add srandomdev() prototype
This commit is contained in:
parent
301cf5d3e4
commit
767b268b5d
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ long random __P((void));
|
|||
char *realpath __P((const char *, char resolved_path[]));
|
||||
char *setstate __P((char *));
|
||||
void srandom __P((unsigned long));
|
||||
int srandomdev __P((void));
|
||||
char *user_from_uid __P((unsigned long, int));
|
||||
#ifndef __STRICT_ANSI__
|
||||
long long
|
||||
|
|
|
|||
Loading…
Reference in a new issue