summaryrefslogtreecommitdiff
path: root/include/bsd/random.h
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2005-10-31 22:57:10 +0000
committerGuillem Jover <guillem@hadrons.org>2008-05-06 08:45:47 +0300
commit657f1b59ceec215ae13f57d03a5ce39c03d30b21 (patch)
tree50c671d2a22b971dd9471ff80cf1f45886ddcfe6 /include/bsd/random.h
parent5c2938f589ac8de18646566821dce336fa73a707 (diff)
downloadlibbsd-657f1b59ceec215ae13f57d03a5ce39c03d30b21.tar.gz
Reorganize header files
Diffstat (limited to 'include/bsd/random.h')
-rw-r--r--include/bsd/random.h9
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
+