diff options
| author | xXx-caillou-xXx | 2018-08-28 18:16:11 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-28 16:16:11 +0000 |
| commit | a0300b15a3afffe02c737d263c3d6dd31ac307b7 (patch) | |
| tree | 0f03abc2ae41653c61de2e34a93292b15a200046 /src/sp_utils.h | |
| parent | 888242c30d822392953e1b5f4fc289a96e9da5e0 (diff) | |
Fix some compilation warnings
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 */ |
