diff options
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 d835905..200e82c 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -59,6 +59,6 @@ int hook_regexp(const sp_pcre *, HashTable *, zif_handler); | |||
| 59 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 59 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 60 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, | 60 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, |
| 61 | char *from); | 61 | char *from); |
| 62 | bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2); | 62 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); |
| 63 | 63 | ||
| 64 | #endif /* SP_UTILS_H */ | 64 | #endif /* SP_UTILS_H */ |
