summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
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 */