actube/src/capwap/rand.h
7u83@mail.ru 3fe1bc0d21 moved from cw_util.
FossilOrigin-Name: f445663ba319660752eaeba43708625016151e1b280cd46e00eef9abd0f6fd50
2015-04-10 19:43:43 +00:00

9 lines
93 B
C

#ifndef __CW_RAND_H
#define __CW_RAND_H
extern int cw_rand(uint8_t*dst, int len);
#endif