summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h
index c0ddbe4..ef626a3 100644
--- a/src/sp_utils.h
+++ b/src/sp_utils.h
@@ -85,9 +85,7 @@ bool hook_function(const char *, HashTable *, zif_handler);
85void unhook_functions(HashTable *ht); 85void unhook_functions(HashTable *ht);
86int hook_regexp(const sp_pcre *, HashTable *, zif_handler); 86int hook_regexp(const sp_pcre *, HashTable *, zif_handler);
87bool check_is_in_eval_whitelist(const zend_string *const function_name); 87bool check_is_in_eval_whitelist(const zend_string *const function_name);
88int sp_log_request(const zend_string *restrict folder, 88int sp_log_request(const zend_string *restrict folder, const zend_string *restrict text_repr);
89 const zend_string *restrict text_repr,
90 char const *const from);
91bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); 89bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2);
92 90
93#endif /* SP_UTILS_H */ 91#endif /* SP_UTILS_H */