diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index 62040e7..97c97fd 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -61,5 +61,6 @@ int hook_regexp(const sp_pcre *, HashTable *, | |||
| 61 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 61 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 62 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, | 62 | int sp_log_request(const zend_string *folder, const zend_string *text_repr, |
| 63 | char *from); | 63 | char *from); |
| 64 | bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2); | ||
| 64 | 65 | ||
| 65 | #endif /* SP_UTILS_H */ | 66 | #endif /* SP_UTILS_H */ |
