summaryrefslogtreecommitdiff
path: root/src/sp_harden_rand.h
diff options
context:
space:
mode:
authorjvoisin2020-11-06 16:51:41 +0100
committerjvoisin2020-11-06 16:51:41 +0100
commit69459369754b07d3fa4379c2b60a5f8ba9fcd45d (patch)
treed524bbf116122533bb0f8b30ec442b9849f32b1c /src/sp_harden_rand.h
parent8470b432b50cc37d4b4782930476aa0acf137080 (diff)
Use proper prototype declaration
Diffstat (limited to 'src/sp_harden_rand.h')
-rw-r--r--src/sp_harden_rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_harden_rand.h b/src/sp_harden_rand.h
index 53ebdd0..bbe9be4 100644
--- a/src/sp_harden_rand.h
+++ b/src/sp_harden_rand.h
@@ -5,6 +5,6 @@
5#include "ext/standard/php_random.h" 5#include "ext/standard/php_random.h"
6#include "zend_exceptions.h" 6#include "zend_exceptions.h"
7 7
8int hook_rand(); 8int hook_rand(void);
9 9
10#endif /* __SP_HARDEN_RAND_H */ 10#endif /* __SP_HARDEN_RAND_H */