summaryrefslogtreecommitdiff
path: root/src/librandom/random-internal.h
blob: 136c0d8f7eeb9c83f673e2d0d708f6c7515d209a (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#ifndef SKALIBS_RANDOM_INTERNAL_H
#define SKALIBS_RANDOM_INTERNAL_H

#include <stddef.h>

extern void random_devurandom (char *, size_t) ;

#endif