mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
14 lines
332 B
C
14 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 */
|
|
|
|
|
|
|