diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_utils.h b/src/sp_utils.h index 5b22e8a..61a4c53 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h | |||
| @@ -58,7 +58,7 @@ void sp_log_disable(const char *restrict, const char *restrict, | |||
| 58 | const char *restrict, const sp_disabled_function *); | 58 | const char *restrict, const sp_disabled_function *); |
| 59 | void sp_log_disable_ret(const char *restrict, const char *restrict, | 59 | void sp_log_disable_ret(const char *restrict, const char *restrict, |
| 60 | const sp_disabled_function *); | 60 | const sp_disabled_function *); |
| 61 | char *sp_getenv(const char *); | 61 | char *sp_getenv(char *); |
| 62 | int is_regexp_matching(const pcre *, const char *); | 62 | int is_regexp_matching(const pcre *, const char *); |
| 63 | int hook_function(const char *, HashTable *, | 63 | int hook_function(const char *, HashTable *, |
| 64 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); | 64 | void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); |
