diff options
| author | jvoisin | 2021-01-30 21:19:29 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-30 21:19:29 +0100 |
| commit | 467f965bf178b1c4d60ddac87af14718f6013bab (patch) | |
| tree | ca0b616534c2ab2513a99112c213cd87d116f3dd /src/sp_utils.h | |
| parent | 484bb5613be54cc37d7b2136eca9e2f4e3eb6f1a (diff) | |
Improve a bit type diversity
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index a883d6d..081f786 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -72,7 +72,7 @@ void sp_log_disable(const char *restrict, const char *restrict, | |||
| 72 | const zend_string *restrict, const sp_disabled_function *); | 72 | const zend_string *restrict, const sp_disabled_function *); |
| 73 | void sp_log_disable_ret(const char *restrict, const zend_string *restrict, | 73 | void sp_log_disable_ret(const char *restrict, const zend_string *restrict, |
| 74 | const sp_disabled_function *); | 74 | const sp_disabled_function *); |
| 75 | int hook_function(const char *, HashTable *, zif_handler); | 75 | bool hook_function(const char *, HashTable *, zif_handler); |
| 76 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); | 76 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); |
| 77 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 77 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 78 | int sp_log_request(const zend_string *restrict folder, | 78 | int sp_log_request(const zend_string *restrict folder, |
