actube/src/capwap/rand.h

9 lines
93 B
C

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