X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..c18c124eaa464aaaa5549e99e5a70fc9cbb50944:/bsd/sys/random.h diff --git a/bsd/sys/random.h b/bsd/sys/random.h index 2df36fc21..9b77c2585 100644 --- a/bsd/sys/random.h +++ b/bsd/sys/random.h @@ -35,6 +35,8 @@ #ifdef __APPLE_API_UNSTABLE __BEGIN_DECLS void read_random(void* buffer, u_int numBytes); +void read_frandom(void* buffer, u_int numBytes); +int write_random(void* buffer, u_int numBytes); __END_DECLS #endif /* __APPLE_API_UNSTABLE */