From a0300b15a3afffe02c737d263c3d6dd31ac307b7 Mon Sep 17 00:00:00 2001 From: xXx-caillou-xXx Date: Tue, 28 Aug 2018 18:16:11 +0200 Subject: Fix some compilation warnings --- src/sp_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_utils.h') 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 *, bool check_is_in_eval_whitelist(const zend_string *const function_name); int sp_log_request(const zend_string *folder, const zend_string *text_repr, char *from); +bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2); #endif /* SP_UTILS_H */ -- cgit v1.3