[mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)
[lighttpd.git] / src / rand.h
blobc3bac17b4e7e9a3f03f3c2df49a907296c41074e
1 #ifndef LI_RAND_H_
2 #define LI_RAND_H_
3 #include "first.h"
5 int li_rand (void);
6 void li_rand_reseed (void);
7 int li_rand_bytes (unsigned char *buf, int num);
8 void li_rand_cleanup (void);
10 #endif