Annotation of embedaddon/ntp/include/ntp_random.h, revision 1.1.1.1

1.1       misho       1: 
                      2: #include <ntp_types.h>
                      3: 
                      4: long ntp_random (void);
                      5: void ntp_srandom (unsigned long);
                      6: void ntp_srandomdev (void);
                      7: char * ntp_initstate (unsigned long,   /* seed for R.N.G. */
                      8:                        char *,         /* pointer to state array */
                      9:                        long            /* # bytes of state info */
                     10:                        );
                     11: char * ntp_setstate (char *);  /* pointer to state array */
                     12: 
                     13: 
                     14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>