Author: Isomer <isomer@coders.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 struct Client;
10
11 /*
12  * Proto types
13  */
14
15 extern int random_seed_set(struct Client* from, const char* const* fields,
16                            int count);
17
18 extern unsigned int ircrandom(void);
19
20 #endif /* INCLUDED_random_h */