blob: bbe9be49f28746957f4607d2403a962263dde16b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __SP_HARDEN_RAND_H
#define __SP_HARDEN_RAND_H
#include "ext/standard/php_rand.h"
#include "ext/standard/php_random.h"
#include "zend_exceptions.h"
int hook_rand(void);
#endif /* __SP_HARDEN_RAND_H */
|