summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorxXx-caillou-xXx2018-08-28 18:16:11 +0200
committerjvoisin2018-08-28 16:16:11 +0000
commita0300b15a3afffe02c737d263c3d6dd31ac307b7 (patch)
tree0f03abc2ae41653c61de2e34a93292b15a200046 /src/sp_utils.h
parent888242c30d822392953e1b5f4fc289a96e9da5e0 (diff)
Fix some compilation warnings
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h1
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 *,
61bool check_is_in_eval_whitelist(const zend_string *const function_name); 61bool check_is_in_eval_whitelist(const zend_string *const function_name);
62int sp_log_request(const zend_string *folder, const zend_string *text_repr, 62int sp_log_request(const zend_string *folder, const zend_string *text_repr,
63 char *from); 63 char *from);
64bool sp_zend_string_equals(const zend_string* s1, const zend_string* s2);
64 65
65#endif /* SP_UTILS_H */ 66#endif /* SP_UTILS_H */