From 6f21bff1d40326f69bc3b75b1b83b03623180365 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 10 Jan 2018 17:38:24 +0100 Subject: Rework the priority of bl/wl in eval --- src/sp_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_utils.h') diff --git a/src/sp_utils.h b/src/sp_utils.h index e055e70..a7b672f 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h @@ -69,5 +69,6 @@ int hook_function(const char *, HashTable *, void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); int hook_regexp(const pcre *, HashTable *, void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); +bool check_is_in_eval_whitelist(const char * const function_name); #endif /* SP_UTILS_H */ -- cgit v1.3