summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-16 15:47:01 +0200
committerBen Fuhrmannek2021-08-16 15:47:01 +0200
commit5148ded7268b569fd5e720f90b44645c83ac3e9e (patch)
tree9d5c3035a7a85ffc27de7c32b441994a21a6347a /src/sp_utils.h
parent9dc6b23a2219e809e665bac7d82567533751d39d (diff)
fincy new scanner/parser for config rules + fixed a few bugs along the way + fixed related unittests
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 */