diff options
author | Guillem Jover <guillem@hadrons.org> | 2005-10-31 22:57:10 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-05-06 08:45:47 +0300 |
commit | 657f1b59ceec215ae13f57d03a5ce39c03d30b21 (patch) | |
tree | 50c671d2a22b971dd9471ff80cf1f45886ddcfe6 /include/bsd/random.h | |
parent | 5c2938f589ac8de18646566821dce336fa73a707 (diff) | |
download | libbsd-657f1b59ceec215ae13f57d03a5ce39c03d30b21.tar.gz |
Reorganize header files
Diffstat (limited to 'include/bsd/random.h')
-rw-r--r-- | include/bsd/random.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/bsd/random.h b/include/bsd/random.h new file mode 100644 index 0000000..a20236e --- /dev/null +++ b/include/bsd/random.h @@ -0,0 +1,9 @@ +#ifndef LIBBSD_RANDOM_H +#define LIBBSD_RANDOM_H + +#include <sys/types.h> + +u_int32_t arc4random(); + +#endif + |