blob: 53ebdd0db3ab8f39cc992eba9a6d12a318f78df3 (
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();
#endif /* __SP_HARDEN_RAND_H */
|