Use the new libc_random_u32() in ncmlib to replace random_xid().

This commit is contained in:
Nicholas J. Kain
2011-06-27 15:07:00 -04:00
parent b72b551a0d
commit 27524d9d34
7 changed files with 52 additions and 41 deletions

6
ncmlib/random.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef NCMLIB_RANDOM__
#define NCMLIB_RANDOM__
uint32_t libc_random_u32(void);
#endif