Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / random.h
1 /*
2  * random.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_random_h
7 #define INCLUDED_random_h
8
9 /*
10  * Proto types
11  */
12
13 extern unsigned int ircrandom(void);
14
15 #endif /* INCLUDED_random_h */