diff options
| author | jvoisin | 2017-10-13 15:14:01 +0200 |
|---|---|---|
| committer | jvoisin | 2017-10-13 15:14:01 +0200 |
| commit | a2bf2e73d4a1fdbca6358fea8a3352907853c9b0 (patch) | |
| tree | 653bf0d6ae6dbd919bf8c8e2c07c2c123d2669cd /src/sp_utils.h | |
| parent | 472098193da5e03f7e96f7ed6a28525e5c8fd64d (diff) | |
Partially revert d8ac163 because php.
Diffstat (limited to '')
| -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); |
