summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorjvoisin2018-01-10 17:38:24 +0100
committerjvoisin2018-01-10 17:38:24 +0100
commit6f21bff1d40326f69bc3b75b1b83b03623180365 (patch)
tree09cc459ca549693d69f35098046d8ad64f3cde91 /src/sp_utils.h
parent773c9b94c6978ccd41c5a46f0d03448fd0c039a7 (diff)
Rework the priority of bl/wl in eval
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h1
1 files changed, 1 insertions, 0 deletions
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 *,
69 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); 69 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool);
70int hook_regexp(const pcre *, HashTable *, 70int hook_regexp(const pcre *, HashTable *,
71 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool); 71 void (*)(INTERNAL_FUNCTION_PARAMETERS), bool);
72bool check_is_in_eval_whitelist(const char * const function_name);
72 73
73#endif /* SP_UTILS_H */ 74#endif /* SP_UTILS_H */