diff options
| author | Ben Fuhrmannek | 2021-08-16 15:47:01 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-16 15:47:01 +0200 |
| commit | 5148ded7268b569fd5e720f90b44645c83ac3e9e (patch) | |
| tree | 9d5c3035a7a85ffc27de7c32b441994a21a6347a /src/sp_utils.h | |
| parent | 9dc6b23a2219e809e665bac7d82567533751d39d (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.h | 4 |
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); | |||
| 85 | void unhook_functions(HashTable *ht); | 85 | void unhook_functions(HashTable *ht); |
| 86 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); | 86 | int hook_regexp(const sp_pcre *, HashTable *, zif_handler); |
| 87 | bool check_is_in_eval_whitelist(const zend_string *const function_name); | 87 | bool check_is_in_eval_whitelist(const zend_string *const function_name); |
| 88 | int sp_log_request(const zend_string *restrict folder, | 88 | int 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); | ||
| 91 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); | 89 | bool sp_zend_string_equals(const zend_string *s1, const zend_string *s2); |
| 92 | 90 | ||
| 93 | #endif /* SP_UTILS_H */ | 91 | #endif /* SP_UTILS_H */ |
