summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorjvoisin2017-10-13 15:14:01 +0200
committerjvoisin2017-10-13 15:14:01 +0200
commita2bf2e73d4a1fdbca6358fea8a3352907853c9b0 (patch)
tree653bf0d6ae6dbd919bf8c8e2c07c2c123d2669cd /src/sp_utils.h
parent472098193da5e03f7e96f7ed6a28525e5c8fd64d (diff)
Partially revert d8ac163 because php.
Diffstat (limited to '')
-rw-r--r--src/sp_utils.h2
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 *);
59void sp_log_disable_ret(const char *restrict, const char *restrict, 59void sp_log_disable_ret(const char *restrict, const char *restrict,
60 const sp_disabled_function *); 60 const sp_disabled_function *);
61char *sp_getenv(const char *); 61char *sp_getenv(char *);
62int is_regexp_matching(const pcre *, const char *); 62int is_regexp_matching(const pcre *, const char *);
63int hook_function(const char *, HashTable *, 63int hook_function(const char *, HashTable *,
64 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); 64 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool);