diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index c0ddbe4..ef626a3 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -85,9 +85,7 @@ bool hook_function(const char *, HashTable *, zif_handler); | |||
| 85 | void unhook_functions(HashTable *ht); | 85 | void unhook_functions(HashTable *ht); |
| 86 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); | 86 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); |
| 87 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 87 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 88 | int sp_log_request(const zend_string *restrict folder, | 88 | int sp_log_request(const zend_string *restrict folder, const zend_string *restrict text_repr); |
| 89 | const zend_string *restrict text_repr, | ||
| 90 | char const *const from); | ||
| 91 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); | 89 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); |
| 92 | 90 | ||
| 93 | #endif /* SP_UTILS_H */ | 91 | #endif /* SP_UTILS_H */ |
