moved from cw_util.

FossilOrigin-Name: f445663ba319660752eaeba43708625016151e1b280cd46e00eef9abd0f6fd50
This commit is contained in:
7u83@mail.ru 2015-04-10 19:43:43 +00:00
parent cd5fb73a66
commit 3fe1bc0d21
1 changed files with 8 additions and 0 deletions

8
src/capwap/rand.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __CW_RAND_H
#define __CW_RAND_H
extern int cw_rand(uint8_t*dst, int len);
#endif