diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index a17ac4f..e54f307 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -57,14 +57,12 @@ void sp_log_msg(char const *feature, char const *level, const char* fmt, ...); | |||
| 57 | int compute_hash(const char *const filename, char *file_hash); | 57 | int compute_hash(const char *const filename, char *file_hash); |
| 58 | char *sp_convert_to_string(zval *); | 58 | char *sp_convert_to_string(zval *); |
| 59 | bool sp_match_value(const char *, const char *, const pcre *); | 59 | bool sp_match_value(const char *, const char *, const pcre *); |
| 60 | int sp_match_array_key(const zval *, const char *, const pcre *); | 60 | bool sp_match_array_key(const zval *, const char *, const pcre *); |
| 61 | int sp_match_array_key_recurse(const zval *, sp_node_t *, const char *, | 61 | bool sp_match_array_value(const zval *, const char *, const pcre *); |
| 62 | const pcre *); | ||
| 63 | void sp_log_disable(const char *restrict, const char *restrict, | 62 | void sp_log_disable(const char *restrict, const char *restrict, |
| 64 | const char *restrict, const sp_disabled_function *); | 63 | const char *restrict, const sp_disabled_function *); |
| 65 | void sp_log_disable_ret(const char *restrict, const char *restrict, | 64 | void sp_log_disable_ret(const char *restrict, const char *restrict, |
| 66 | const sp_disabled_function *); | 65 | const sp_disabled_function *); |
| 67 | char *sp_getenv(char *); | ||
| 68 | int is_regexp_matching(const pcre *, const char *); | 66 | int is_regexp_matching(const pcre *, const char *); |
| 69 | int hook_function(const char *, HashTable *, | 67 | int hook_function(const char *, HashTable *, |
| 70 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); | 68 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); |
