freebsd-dev/contrib/ntp/include/ntp_random.h
Ollivier Robert ea906c4152 Merge ntpd & friends 4.2.4p5 from vendor/ntp/dist into head. Next commit
will update usr.sbin/ntp to match this.

MFC after:	2 weeks
2008-08-22 15:58:00 +00:00

15 lines
332 B
C

#include <ntp_types.h>
long ntp_random P((void));
void ntp_srandom P((unsigned long));
void ntp_srandomdev P((void));
char * ntp_initstate P((unsigned long, /* seed for R.N.G. */
char *, /* pointer to state array */
long /* # bytes of state info */
));
char * ntp_setstate P((char *)); /* pointer to state array */