diff options
author | ache <ache@FreeBSD.org> | 1997-03-23 22:44:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-03-23 22:44:27 +0000 |
commit | e53bc8d1c316d0e53f980c38c17873378cabd4ce (patch) | |
tree | 95e298ca176a8706addcb74a455f628f0feb0ba1 /include | |
parent | b9d8a7cc98831a4396c35c4044a140f14799eeff (diff) | |
download | FreeBSD-src-e53bc8d1c316d0e53f980c38c17873378cabd4ce.zip FreeBSD-src-e53bc8d1c316d0e53f980c38c17873378cabd4ce.tar.gz |
Add srandomdev() prototype
Diffstat (limited to 'include')
-rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index b7c082a..4b4c12e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -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 |