summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-03 23:23:50 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-03 23:23:50 +0000
commit6998e4dc43dfd42e1c37652d0ac9d38ad8bdb9dd (patch)
treeabbcd283ba30d35673666af705dbffc1bc391dc8 /include
parent92b5d6d6ee80f3a89505fa18653b9c5524c31588 (diff)
Add srandomdev() from FreeBSD for use by sendmail and others.
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index afd027aa611..51f8a267608 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdlib.h,v 1.11 1999/11/27 13:20:25 espie Exp $ */
+/* $OpenBSD: stdlib.h,v 1.12 2000/04/03 23:23:48 millert Exp $ */
/* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */
/*-
@@ -179,6 +179,7 @@ long random __P((void));
char *realpath __P((const char *, char *));
char *setstate __P((const char *));
void srandom __P((unsigned int));
+void srandomdev __P((void));
int putenv __P((const char *));
int setenv __P((const char *, const char *, int));